Home
last modified time | relevance | path

Searched refs:first_pass_hdr_hdl (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Lan.h176 …uint32_t *vlan_client_ipv6_addr, uint32_t *first_pass_hdr_hdl, uint32_t *first_pass_hdr_proc_ctx_h…
180 …int del_l2tp_rt_rule(ipa_ip_type iptype, uint32_t first_pass_hdr_hdl, uint32_t first_pass_hdr_proc…
H A DIPACM_LanToLan.h89 …uint32_t first_pass_hdr_hdl; /* first pass hdr template (IPv4 and IPv6 use the same hdr template) … member
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Lan.h179 …uint32_t *vlan_client_ipv6_addr, uint32_t *first_pass_hdr_hdl, uint32_t *first_pass_hdr_proc_ctx_h…
183 …int del_l2tp_rt_rule(ipa_ip_type iptype, uint32_t first_pass_hdr_hdl, uint32_t first_pass_hdr_proc…
H A DIPACM_LanToLan.h88 …uint32_t first_pass_hdr_hdl; /* first pass hdr template (IPv4 and IPv6 use the same hdr template) … member
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_LanToLan.cpp976 …apping_info->vlan_client_ipv6_addr, &client->l2tp_rt_rule_hdl[peer_l2_hdr_type].first_pass_hdr_hdl, in add_l2tp_client_rt_rule()
983 …apping_info->vlan_client_ipv6_addr, &client->l2tp_rt_rule_hdl[peer_l2_hdr_type].first_pass_hdr_hdl, in add_l2tp_client_rt_rule()
1259 …p_iface->del_l2tp_rt_rule(IPA_IP_v4, client->l2tp_rt_rule_hdl[peer_l2_hdr_type].first_pass_hdr_hdl, in del_client_rt_rule()
1810 …it_client->l2tp_rt_rule_hdl[j].first_pass_hdr_hdl, it_client->l2tp_rt_rule_hdl[j].first_pass_hdr_p… in print_data_structure_info()
1837 …it_client->l2tp_rt_rule_hdl[j].first_pass_hdr_hdl, it_client->l2tp_rt_rule_hdl[j].first_pass_hdr_p… in print_data_structure_info()
H A DIPACM_Lan.cpp4926 …uint32_t *vlan_client_ipv6_addr, uint32_t *first_pass_hdr_hdl, uint32_t *first_pass_hdr_proc_ctx_h… in add_l2tp_rt_rule() argument
4947 if(*first_pass_hdr_hdl != 0) in add_l2tp_rt_rule()
4999 *first_pass_hdr_hdl = hdr_table->hdr[0].hdr_hdl; in add_l2tp_rt_rule()
5000 IPACMDBG_H("Installed first pass hdr: hdl %d\n", *first_pass_hdr_hdl); in add_l2tp_rt_rule()
5019 hdr_proc_ctx->hdr_hdl = *first_pass_hdr_hdl; in add_l2tp_rt_rule()
5227 int IPACM_Lan::del_l2tp_rt_rule(ipa_ip_type iptype, uint32_t first_pass_hdr_hdl, uint32_t first_pas… in del_l2tp_rt_rule() argument
5264 if(first_pass_hdr_hdl != 0) in del_l2tp_rt_rule()
5266 if(m_header.DeleteHeaderHdl(first_pass_hdr_hdl) == false) in del_l2tp_rt_rule()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_LanToLan.cpp981 …apping_info->vlan_client_ipv6_addr, &client->l2tp_rt_rule_hdl[peer_l2_hdr_type].first_pass_hdr_hdl, in add_l2tp_client_rt_rule()
988 …apping_info->vlan_client_ipv6_addr, &client->l2tp_rt_rule_hdl[peer_l2_hdr_type].first_pass_hdr_hdl, in add_l2tp_client_rt_rule()
1264 …p_iface->del_l2tp_rt_rule(IPA_IP_v4, client->l2tp_rt_rule_hdl[peer_l2_hdr_type].first_pass_hdr_hdl, in del_client_rt_rule()
1827 …it_client->l2tp_rt_rule_hdl[j].first_pass_hdr_hdl, it_client->l2tp_rt_rule_hdl[j].first_pass_hdr_p… in print_data_structure_info()
1854 …it_client->l2tp_rt_rule_hdl[j].first_pass_hdr_hdl, it_client->l2tp_rt_rule_hdl[j].first_pass_hdr_p… in print_data_structure_info()
H A DIPACM_Lan.cpp5526 …uint32_t *vlan_client_ipv6_addr, uint32_t *first_pass_hdr_hdl, uint32_t *first_pass_hdr_proc_ctx_h… in add_l2tp_rt_rule() argument
5547 if(*first_pass_hdr_hdl != 0) in add_l2tp_rt_rule()
5599 *first_pass_hdr_hdl = hdr_table->hdr[0].hdr_hdl; in add_l2tp_rt_rule()
5600 IPACMDBG_H("Installed first pass hdr: hdl %d\n", *first_pass_hdr_hdl); in add_l2tp_rt_rule()
5619 hdr_proc_ctx->hdr_hdl = *first_pass_hdr_hdl; in add_l2tp_rt_rule()
5827 int IPACM_Lan::del_l2tp_rt_rule(ipa_ip_type iptype, uint32_t first_pass_hdr_hdl, uint32_t first_pas… in del_l2tp_rt_rule() argument
5864 if(first_pass_hdr_hdl != 0) in del_l2tp_rt_rule()
5866 if(m_header.DeleteHeaderHdl(first_pass_hdr_hdl) == false) in del_l2tp_rt_rule()