MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_fib6_get_dp

Function rte_fib6_get_dp

dpdk/lib/fib/rte_fib6.c:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void *
311rte_fib6_get_dp(struct rte_fib6 *fib)
312{
313 return (fib == NULL) ? NULL : fib->dp;
314}
315
316struct rte_rib6 *
317rte_fib6_get_rib(struct rte_fib6 *fib)

Callers 2

trie_modifyFunction · 0.85
test_get_invalidFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_get_invalidFunction · 0.68