Home
last modified time | relevance | path

Searched refs:rule_head (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/security/mac_portacl/
H A Dmac_portacl.c135 static TAILQ_HEAD(rulehead, rule) rule_head;
158 toast_rules(&rule_head); in destroy()
166 TAILQ_INIT(&rule_head); in init()
309 for (rule = TAILQ_FIRST(&rule_head); rule != NULL;
361 TAILQ_CONCAT(&save_head, &rule_head, r_entries); in sysctl_rules()
362 TAILQ_CONCAT(&rule_head, &head, r_entries); in sysctl_rules()
394 for (rule = TAILQ_FIRST(&rule_head); in rules_check()
/freebsd/sys/security/mac_ipacl/
H A Dmac_ipacl.c129 static TAILQ_HEAD(rulehead, ip_rule) rule_head;
147 TAILQ_INIT(&rule_head); in ipacl_init()
154 destroy_rules(&rule_head); in ipacl_destroy()
303 TAILQ_CONCAT(&save_head, &rule_head, r_entries); in sysctl_rules()
304 TAILQ_CONCAT(&rule_head, &head, r_entries); in sysctl_rules()
341 TAILQ_FOREACH_REVERSE(rule, &rule_head, rulehead, r_entries) { in rules_check()
/freebsd/sys/dev/ice/
H A Dice_switch.c1780 struct LIST_HEAD_TYPE *rule_head; in ice_update_sw_rule_bridge_mode()
1788 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_update_sw_rule_bridge_mode()
1791 LIST_FOR_EACH_ENTRY(fm_entry, rule_head, ice_fltr_mgmt_list_entry, in ice_update_sw_rule_bridge_mode()
2363 struct LIST_HEAD_TYPE *rule_head; in ice_add_mac_rule()
2372 rule_head = &recp_list->filt_rules; in ice_add_mac_rule()
2397 if (ice_find_rule_entry(rule_head, in ice_add_mac_rule()
2487 LIST_ADD(&fm_entry->list_entry, rule_head);
2894 * @rule_head: pointer to the switch list structure that we want to delete
2897 ice_rem_sw_rule_info(struct ice_hw *hw, struct LIST_HEAD_TYPE *rule_head) in ice_rem_all_sw_rules_info()
2899 if (!LIST_EMPTY(rule_head)) { in ice_rem_all_sw_rules_info()
1766 struct LIST_HEAD_TYPE *rule_head; ice_update_sw_rule_bridge_mode() local
2344 struct LIST_HEAD_TYPE *rule_head; ice_add_mac_rule() local
2878 ice_rem_sw_rule_info(struct ice_hw * hw,struct LIST_HEAD_TYPE * rule_head) ice_rem_sw_rule_info() argument
2902 struct LIST_HEAD_TYPE *rule_head; ice_rem_all_sw_rules_info() local
2978 struct LIST_HEAD_TYPE *rule_head; ice_check_if_dflt_vsi() local
3302 struct LIST_HEAD_TYPE *rule_head; _ice_get_vsi_promisc() local
3413 struct LIST_HEAD_TYPE *rule_head; _ice_clear_vsi_promisc() local
3738 struct LIST_HEAD_TYPE *rule_head; ice_remove_vsi_lkup_fltr() local
[all...]
H A Dice_lib.c5910 struct ice_list_head *rule_head; in ice_sysctl_dump_vlan_filters()
5930 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules;
5936 LIST_FOR_EACH_ENTRY(fm_entry, rule_head, ice_fltr_mgmt_list_entry, list_entry) {
5979 struct ice_list_head *rule_head; in ice_sysctl_dump_ethertype_filters()
5999 rule_head = &sw->recp_list[ICE_SW_LKUP_VLAN].filt_rules; in ice_sysctl_dump_ethertype_filters()
6005 LIST_FOR_EACH_ENTRY(fm_entry, rule_head, ice_fltr_mgmt_list_entry, list_entry) {
6049 struct ice_list_head *rule_head; in ice_sysctl_dump_ethertype_mac_filters()
6069 rule_head = &sw->recp_list[ICE_SW_LKUP_ETHERTYPE].filt_rules; in ice_sysctl_dump_ethertype_mac_filters()
6075 LIST_FOR_EACH_ENTRY(fm_entry, rule_head, ice_fltr_mgmt_list_entry, list_entry) {
6120 struct ice_list_head *rule_head; in ice_sysctl_dump_state_flags()
5808 struct ice_list_head *rule_head; ice_sysctl_dump_mac_filters() local
5877 struct ice_list_head *rule_head; ice_sysctl_dump_vlan_filters() local
5947 struct ice_list_head *rule_head; ice_sysctl_dump_ethertype_filters() local
6018 struct ice_list_head *rule_head; ice_sysctl_dump_ethertype_mac_filters() local
[all...]
/freebsd/tests/sys/netpfil/pf/
H A Dpflow.sh238 rule_head() function