Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
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…
DIPACM_LanToLan.h89 …uint32_t first_pass_hdr_hdl; /* first pass hdr template (IPv4 and IPv6 use the same hdr template) … member
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
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()
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()