Home
last modified time | relevance | path

Searched refs:new_flt_info (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_LanToLan.cpp584 flt_rule_info new_flt_info; in add_client_flt_rule() local
614 memset(&new_flt_info, 0, sizeof(new_flt_info)); in add_client_flt_rule()
615 new_flt_info.p_client = client; in add_client_flt_rule()
616 new_flt_info.flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule()
618 peer->flt_rule.push_front(new_flt_info); in add_client_flt_rule()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_LanToLan.cpp1058 flt_rule_info new_flt_info; in add_client_flt_rule() local
1124 memset(&new_flt_info, 0, sizeof(new_flt_info)); in add_client_flt_rule()
1125 new_flt_info.p_client = client; in add_client_flt_rule()
1126 new_flt_info.flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule()
1127 new_flt_info.l2tp_first_pass_flt_rule_hdl[iptype] = l2tp_first_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()
1130 peer->flt_rule.push_front(new_flt_info); in add_client_flt_rule()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_LanToLan.cpp1063 flt_rule_info new_flt_info; in add_client_flt_rule() local
1129 memset(&new_flt_info, 0, sizeof(new_flt_info)); in add_client_flt_rule()
1130 new_flt_info.p_client = client; in add_client_flt_rule()
1131 new_flt_info.flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule()
1132 new_flt_info.l2tp_first_pass_flt_rule_hdl[iptype] = l2tp_first_pass_flt_rule_hdl; in add_client_flt_rule()
1133 new_flt_info.l2tp_second_pass_flt_rule_hdl = l2tp_second_pass_flt_rule_hdl; in add_client_flt_rule()
1135 peer->flt_rule.push_front(new_flt_info); in add_client_flt_rule()