Home
last modified time | relevance | path

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

/dpdk/lib/table/
H A Drte_table_acl.c223 struct rte_acl_rule *rule_location; in rte_table_acl_entry_add() local
302 rule_location = (struct rte_acl_rule *) in rte_table_acl_entry_add()
304 memcpy(rule_location, &acl_rule, acl->acl_params.rule_size); in rte_table_acl_entry_add()
305 acl->acl_rule_list[free_pos] = rule_location; in rte_table_acl_entry_add()
485 struct rte_acl_rule *rule_location; in rte_table_acl_entry_add_bulk() local
537 rule_location = (struct rte_acl_rule *) in rte_table_acl_entry_add_bulk()
539 memcpy(rule_location, &acl_rule, acl->acl_params.rule_size); in rte_table_acl_entry_add_bulk()
540 acl->acl_rule_list[free_pos] = rule_location; in rte_table_acl_entry_add_bulk()