Home
last modified time | relevance | path

Searched refs:l2tp_second_pass_flt_rule_hdl (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_LanToLan.cpp1057 uint32_t l2tp_first_pass_flt_rule_hdl = 0, l2tp_second_pass_flt_rule_hdl = 0; in add_client_flt_rule() local
1079 l2tp_second_pass_flt_rule_hdl = it_flt->l2tp_second_pass_flt_rule_hdl; in add_client_flt_rule()
1094 &l2tp_first_pass_flt_rule_hdl, &l2tp_second_pass_flt_rule_hdl); in add_client_flt_rule()
1119 it_flt->l2tp_second_pass_flt_rule_hdl = l2tp_second_pass_flt_rule_hdl; in add_client_flt_rule()
1128 new_flt_info.l2tp_second_pass_flt_rule_hdl = l2tp_second_pass_flt_rule_hdl; in add_client_flt_rule()
1173 it_flt->l2tp_second_pass_flt_rule_hdl); in del_client_flt_rule()
1174 it_flt->l2tp_second_pass_flt_rule_hdl = 0; in del_client_flt_rule()
1176 it_flt->l2tp_first_pass_flt_rule_hdl[IPA_IP_v4], it_flt->l2tp_second_pass_flt_rule_hdl); in del_client_flt_rule()
1201 it_flt->l2tp_second_pass_flt_rule_hdl); in del_client_flt_rule()
1203 it_flt->l2tp_first_pass_flt_rule_hdl[IPA_IP_v6], it_flt->l2tp_second_pass_flt_rule_hdl); in del_client_flt_rule()
[all …]
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_LanToLan.h112 uint32_t l2tp_second_pass_flt_rule_hdl; member