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

Function rte_fib_get_rib

dpdk/lib/fib/rte_fib.c:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315struct rte_rib *
316rte_fib_get_rib(struct rte_fib *fib)
317{
318 return (fib == NULL) ? NULL : fib->rib;
319}
320
321int
322rte_fib_select_lookup(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