Searched refs:first_pass_flt_rule_hdl (Results 1 – 2 of 2) sorted by relevance
201 uint32_t *first_pass_flt_rule_hdl, uint32_t *second_pass_flt_rule_hdl);204 …int del_l2tp_flt_rule(ipa_ip_type iptype, uint32_t first_pass_flt_rule_hdl, uint32_t second_pass_f…
5536 uint32_t *first_pass_flt_rule_hdl, uint32_t *second_pass_flt_rule_hdl) in add_l2tp_flt_rule() argument5609 *first_pass_flt_rule_hdl = pFilteringTable->rules[0].flt_rule_hdl; in add_l2tp_flt_rule()5663 int IPACM_Lan::del_l2tp_flt_rule(ipa_ip_type iptype, uint32_t first_pass_flt_rule_hdl, uint32_t sec… in del_l2tp_flt_rule() argument5665 if(first_pass_flt_rule_hdl != 0) in del_l2tp_flt_rule()5667 if(m_filtering.DeleteFilteringHdls(&first_pass_flt_rule_hdl, iptype, 1) == false) in del_l2tp_flt_rule()