Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm6.c652 uint8_t is_new_rule) in add_step() argument
703 if (tbl_ind != TBL24_IND && is_new_rule) in add_step()
877 int is_new_rule = rule_add(lpm, masked_ip, depth, next_hop); in rte_lpm6_add() local
879 if (is_new_rule < 0) in rte_lpm6_add()
880 return is_new_rule; in rte_lpm6_add()
886 is_new_rule); in rte_lpm6_add()
897 depth, next_hop, is_new_rule); in rte_lpm6_add()