Searched refs:it_flt (Results 1 – 2 of 2) sorted by relevance
1055 list<flt_rule_info>::iterator it_flt; in add_client_flt_rule() local1067 for(it_flt = peer->flt_rule.begin(); it_flt != peer->flt_rule.end(); it_flt++) in add_client_flt_rule()1069 if(it_flt->p_client == client) //the client is already in the flt info list in add_client_flt_rule()1076 if(it_flt != peer->flt_rule.end()) in add_client_flt_rule()1078 l2tp_first_pass_flt_rule_hdl = it_flt->l2tp_first_pass_flt_rule_hdl[iptype]; in add_client_flt_rule()1079 l2tp_second_pass_flt_rule_hdl = it_flt->l2tp_second_pass_flt_rule_hdl; in add_client_flt_rule()1115 if(it_flt != peer->flt_rule.end()) in add_client_flt_rule()1117 it_flt->flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule()1118 it_flt->l2tp_first_pass_flt_rule_hdl[iptype] = l2tp_first_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()[all …]
582 list<flt_rule_info>::iterator it_flt; in add_client_flt_rule() local601 for(it_flt = peer->flt_rule.begin(); it_flt != peer->flt_rule.end(); it_flt++) in add_client_flt_rule()603 if(it_flt->p_client == client) //the client is already in the flt info list in add_client_flt_rule()606 it_flt->flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule()611 if(it_flt == peer->flt_rule.end()) //the client is not in the flt info list in add_client_flt_rule()642 list<flt_rule_info>::iterator it_flt; in del_client_flt_rule() local644 for(it_flt = peer->flt_rule.begin(); it_flt != peer->flt_rule.end(); it_flt++) in del_client_flt_rule()646 if(it_flt->p_client == client) //found the client in flt info list in del_client_flt_rule()651 m_p_iface->eth_bridge_del_flt_rule(it_flt->flt_rule_hdl[IPA_IP_v4], IPA_IP_v4); in del_client_flt_rule()652 IPACMDBG_H("IPv4 flt rule %d is deleted.\n", it_flt->flt_rule_hdl[IPA_IP_v4]); in del_client_flt_rule()[all …]