Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c269 recycle_root_path(struct rte_trie_tbl *dp, const uint8_t *ip_part, in recycle_root_path() argument
281 TRIE_TBL8_GRP_NUM_ENT + *ip_part, dp->nh_sz); in recycle_root_path()
282 recycle_root_path(dp, ip_part + 1, common_tbl8 - 1, p); in recycle_root_path()
320 write_edge(struct rte_trie_tbl *dp, const uint8_t *ip_part, uint64_t next_hop, in write_edge() argument
339 TRIE_TBL8_GRP_NUM_ENT) + *ip_part, dp->nh_sz); in write_edge()
340 ret = write_edge(dp, ip_part + 1, next_hop, len - 1, edge, p); in write_edge()
345 next_hop << 1, dp->nh_sz, UINT8_MAX - *ip_part); in write_edge()
349 next_hop << 1, dp->nh_sz, *ip_part); in write_edge()