Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c4566 struct table_rule_list **rule_list,
6750 struct table_rule_list **rule_list, in cli_rule_file_process() argument
6766 (rule_list == NULL) || in cli_rule_file_process()
6872 *rule_list = list; in cli_rule_file_process()
6878 if (rule_list != NULL) in cli_rule_file_process()
6879 *rule_list = NULL; in cli_rule_file_process()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.c2668 ice_aq_sw_rules(struct ice_hw *hw, void *rule_list, u16 rule_list_sz, in ice_aq_sw_rules() argument
2686 status = ice_aq_send_cmd(hw, &desc, rule_list, rule_list_sz, cd); in ice_aq_sw_rules()