Searched refs:is_new_rule (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | dpdk_lpm6.h | 55 uint32_t next_hop, int is_new_rule);
|
| H A D | rte_lpm6.c | 663 uint8_t is_new_rule) in add_step() argument 714 if (tbl_ind != TBL24_IND && is_new_rule) in add_step() 864 uint32_t next_hop, int is_new_rule) in rte_lpm6_add() argument 889 int is_new_rule = rule_add(lpm, masked_ip, depth, next_hop); in rte_lpm6_add() 891 if (is_new_rule < 0) in rte_lpm6_add() 892 return is_new_rule; in rte_lpm6_add() 899 is_new_rule); in rte_lpm6_add() 910 depth, next_hop, is_new_rule); in rte_lpm6_add()
|
| H A D | rte_lpm6.h | 105 uint32_t next_hop, int is_new_rule);
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm6.c | 657 uint8_t is_new_rule) in add_step() argument 708 if (tbl_ind != TBL24_IND && is_new_rule) in add_step() 882 int is_new_rule = rule_add(lpm, masked_ip, depth, next_hop); in rte_lpm6_add() local 884 if (is_new_rule < 0) in rte_lpm6_add() 885 return is_new_rule; in rte_lpm6_add() 891 is_new_rule); in rte_lpm6_add() 902 depth, next_hop, is_new_rule); in rte_lpm6_add()
|