Searched refs:modify_dp (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/fib/ |
| H A D | trie.c | 455 modify_dp(struct rte_trie_tbl *dp, struct rte_rib6 *rib, in modify_dp() function 549 ret = modify_dp(dp, rib, ip_masked, depth, next_hop); in trie_modify() 569 ret = modify_dp(dp, rib, ip_masked, depth, next_hop); in trie_modify() 586 ret = modify_dp(dp, rib, ip_masked, depth, in trie_modify() 589 ret = modify_dp(dp, rib, ip_masked, depth, dp->def_nh); in trie_modify()
|