Searched refs:modify_dp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | trie.c | 460 modify_dp(struct rte_trie_tbl *dp, struct rte_rib6 *rib, in modify_dp() function 554 ret = modify_dp(dp, rib, ip_masked, depth, next_hop); in trie_modify() 574 ret = modify_dp(dp, rib, ip_masked, depth, next_hop); in trie_modify() 591 ret = modify_dp(dp, rib, ip_masked, depth, in trie_modify() 594 ret = modify_dp(dp, rib, ip_masked, depth, dp->def_nh); in trie_modify()
|