Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_table_acl.c226 struct rte_acl_rule *rule_location; in rte_table_acl_entry_add() local
305 rule_location = (struct rte_acl_rule *) in rte_table_acl_entry_add()
307 memcpy(rule_location, &acl_rule, acl->acl_params.rule_size); in rte_table_acl_entry_add()
308 acl->acl_rule_list[free_pos] = rule_location; in rte_table_acl_entry_add()
488 struct rte_acl_rule *rule_location; in rte_table_acl_entry_add_bulk() local
540 rule_location = (struct rte_acl_rule *) in rte_table_acl_entry_add_bulk()
542 memcpy(rule_location, &acl_rule, acl->acl_params.rule_size); in rte_table_acl_entry_add_bulk()
543 acl->acl_rule_list[free_pos] = rule_location; in rte_table_acl_entry_add_bulk()