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

Function rte_fib_get_dp

dpdk/lib/fib/rte_fib.c:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void *
310rte_fib_get_dp(struct rte_fib *fib)
311{
312 return (fib == NULL) ? NULL : fib->dp;
313}
314
315struct rte_rib *
316rte_fib_get_rib(struct rte_fib *fib)

Callers 2

dir24_8_modifyFunction · 0.85
test_get_invalidFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_get_invalidFunction · 0.68