Searched refs:rule_head (Results 1 – 1 of 1) sorted by relevance
2921 struct list_head *rule_head; in ice_update_sw_rule_bridge_mode() local2926 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_update_sw_rule_bridge_mode()2929 list_for_each_entry(fm_entry, rule_head, list_entry) { in ice_update_sw_rule_bridge_mode()3398 struct list_head *rule_head; in ice_mac_fltr_exist() local3408 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_mac_fltr_exist()3409 if (!rule_head) in ice_mac_fltr_exist()3414 list_for_each_entry(entry, rule_head, list_entry) { in ice_mac_fltr_exist()3446 struct list_head *rule_head; in ice_vlan_fltr_exist() local3459 rule_head = &sw->recp_list[ICE_SW_LKUP_VLAN].filt_rules; in ice_vlan_fltr_exist()3460 if (!rule_head) in ice_vlan_fltr_exist()[all …]