Searched refs:ip_part (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/fib/ |
| H A D | trie.c | 264 recycle_root_path(struct rte_trie_tbl *dp, const uint8_t *ip_part, in recycle_root_path() argument 276 TRIE_TBL8_GRP_NUM_ENT + *ip_part, dp->nh_sz); in recycle_root_path() 277 recycle_root_path(dp, ip_part + 1, common_tbl8 - 1, p); in recycle_root_path() 315 write_edge(struct rte_trie_tbl *dp, const uint8_t *ip_part, uint64_t next_hop, in write_edge() argument 334 TRIE_TBL8_GRP_NUM_ENT) + *ip_part, dp->nh_sz); in write_edge() 335 ret = write_edge(dp, ip_part + 1, next_hop, len - 1, edge, p); in write_edge() 340 next_hop << 1, dp->nh_sz, UINT8_MAX - *ip_part); in write_edge() 344 next_hop << 1, dp->nh_sz, *ip_part); in write_edge()
|