Searched refs:TBL24_IND (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 35 #define TBL24_IND UINT32_MAX macro 714 if (tbl_ind != TBL24_IND && is_new_rule) in add_step() 755 if (tbl_ind != TBL24_IND) in add_step() 806 if (tbl_ind != TBL24_IND) in add_step() 897 status = add_step(lpm, tbl, TBL24_IND, &tbl_next, &tbl_next_num, in rte_lpm6_add() 1225 *out_tbl_ind = TBL24_IND; in rule_find_range() 1271 if (tbl_hdr->owner_tbl_ind == TBL24_IND) in remove_tbl() 1357 if (tbl_ind != TBL24_IND) { in rte_lpm6_delete()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm6.c | 45 #define TBL24_IND UINT32_MAX macro 708 if (tbl_ind != TBL24_IND && is_new_rule) in add_step() 749 if (tbl_ind != TBL24_IND) in add_step() 800 if (tbl_ind != TBL24_IND) in add_step() 889 status = add_step(lpm, tbl, TBL24_IND, &tbl_next, &tbl_next_num, in rte_lpm6_add() 1201 *out_tbl_ind = TBL24_IND; in rule_find_range() 1247 if (tbl_hdr->owner_tbl_ind == TBL24_IND) in remove_tbl() 1329 if (tbl_ind != TBL24_IND) { in rte_lpm6_delete()
|