Searched refs:rule_add (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/lpm/ |
| H A D | rte_lpm.c | 362 rule_add(struct __rte_lpm *i_lpm, uint32_t ip_masked, uint8_t depth, in rule_add() function 814 rule_index = rule_add(i_lpm, ip_masked, depth, next_hop); in rte_lpm_add()
|
| H A D | rte_lpm6.c | 482 rule_add(struct rte_lpm6 *lpm, uint8_t *ip, uint8_t depth, uint32_t next_hop) in rule_add() function 877 int is_new_rule = rule_add(lpm, masked_ip, depth, next_hop); in rte_lpm6_add()
|