Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Lan.h177 …ass_hdr_hdl, int *num_rt_hdl, uint32_t *first_pass_rt_rule_hdl, uint32_t *second_pass_rt_rule_hdl);
181 …pass_hdr_hdl, int num_rt_hdl, uint32_t *first_pass_rt_rule_hdl, uint32_t *second_pass_rt_rule_hdl);
DIPACM_LanToLan.h94 …uint32_t second_pass_rt_rule_hdl[MAX_NUM_PROP]; /*second pass routing rule (only ipv6 rt rule is … member
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_LanToLan.cpp979 client->l2tp_rt_rule_hdl[peer_l2_hdr_type].second_pass_rt_rule_hdl); in add_l2tp_client_rt_rule()
986 client->l2tp_rt_rule_hdl[peer_l2_hdr_type].second_pass_rt_rule_hdl); in add_l2tp_client_rt_rule()
1262 client->l2tp_rt_rule_hdl[peer_l2_hdr_type].second_pass_rt_rule_hdl); in del_client_rt_rule()
1828 IPACMDBG_H("%d\n", it_client->l2tp_rt_rule_hdl[j].second_pass_rt_rule_hdl[k]); in print_data_structure_info()
DIPACM_Lan.cpp4927 …pass_hdr_hdl, int *num_rt_hdl, uint32_t *first_pass_rt_rule_hdl, uint32_t *second_pass_rt_rule_hdl) in add_l2tp_rt_rule() argument
5160 if(second_pass_rt_rule_hdl[0] != 0) in add_l2tp_rt_rule()
5219 second_pass_rt_rule_hdl[i] = rt_rule_table->rules[i].rt_rule_hdl; in add_l2tp_rt_rule()
5228 …_pass_hdr_hdl, int num_rt_hdl, uint32_t *first_pass_rt_rule_hdl, uint32_t *second_pass_rt_rule_hdl) in del_l2tp_rt_rule() argument
5247 if(second_pass_rt_rule_hdl != NULL) in del_l2tp_rt_rule()
5249 if(m_routing.DeleteRoutingHdl(second_pass_rt_rule_hdl[i], IPA_IP_v6) == false) in del_l2tp_rt_rule()