Searched refs:it_flt (Results 1 – 1 of 1) sorted by relevance
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 …]