Home
last modified time | relevance | path

Searched refs:rule_list (Results 1 – 3 of 3) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl.py360 rule_list = []
369 rule_list.append(rule)
373 return cls(chdr.head.n_type, obj_list=rule_list)
/freebsd/sys/dev/ice/
H A Dice_switch.h579 ice_aq_sw_rules(struct ice_hw *hw, void *rule_list, u16 rule_list_sz,
H A Dice_switch.c1004 * @rule_list: pointer to switch rule population list
1006 * @num_rules: number of switch rules in the rule_list
1013 ice_aq_sw_rules(struct ice_hw *hw, void *rule_list, u16 rule_list_sz, in ice_aq_sw_rules() argument
1031 status = ice_aq_send_cmd(hw, &desc, rule_list, rule_list_sz, cd); in ice_aq_sw_rules()