Searched refs:second_pass_hdr_hdl (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Lan.h | 177 …uint32_t *second_pass_hdr_hdl, int *num_rt_hdl, uint32_t *first_pass_rt_rule_hdl, uint32_t *second… 181 …uint32_t second_pass_hdr_hdl, int num_rt_hdl, uint32_t *first_pass_rt_rule_hdl, uint32_t *second_p…
|
D | IPACM_LanToLan.h | 91 …uint32_t second_pass_hdr_hdl; /* second pass hdr template (IPv4 and IPv6 use the same hdr template… member
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_LanToLan.cpp | 977 …_pass_hdr_proc_ctx_hdl[IPA_IP_v4], &client->l2tp_rt_rule_hdl[peer_l2_hdr_type].second_pass_hdr_hdl, in add_l2tp_client_rt_rule() 984 …_pass_hdr_proc_ctx_hdl[IPA_IP_v6], &client->l2tp_rt_rule_hdl[peer_l2_hdr_type].second_pass_hdr_hdl, in add_l2tp_client_rt_rule() 1260 …t_pass_hdr_proc_ctx_hdl[IPA_IP_v4], client->l2tp_rt_rule_hdl[peer_l2_hdr_type].second_pass_hdr_hdl, in del_client_rt_rule() 1812 IPACMDBG_H("Second pass hdr hdl: %d\n", it_client->l2tp_rt_rule_hdl[j].second_pass_hdr_hdl); in print_data_structure_info()
|
D | IPACM_Lan.cpp | 4927 …uint32_t *second_pass_hdr_hdl, int *num_rt_hdl, uint32_t *first_pass_rt_rule_hdl, uint32_t *second… in add_l2tp_rt_rule() argument 5094 if(*second_pass_hdr_hdl != 0) in add_l2tp_rt_rule() 5154 *second_pass_hdr_hdl = hdr->hdr_hdl; in add_l2tp_rt_rule() 5155 IPACMDBG_H("Installed second pass hdr: hdl %d\n", *second_pass_hdr_hdl); in add_l2tp_rt_rule() 5199 rt_rule->rule.hdr_hdl = *second_pass_hdr_hdl; in add_l2tp_rt_rule() 5228 …uint32_t second_pass_hdr_hdl, int num_rt_hdl, uint32_t *first_pass_rt_rule_hdl, uint32_t *second_p… in del_l2tp_rt_rule() argument 5271 if(second_pass_hdr_hdl != 0) in del_l2tp_rt_rule() 5273 if(m_header.DeleteHeaderHdl(second_pass_hdr_hdl) == false) in del_l2tp_rt_rule()
|