Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm.c362 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 Drte_lpm6.c482 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()