Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
309
void *
310
rte_fib_get_dp(struct rte_fib *fib)
311
{
312
return (fib == NULL) ? NULL : fib->dp;
313
}
314
315
struct rte_rib *
316
rte_fib_get_rib(struct rte_fib *fib)
Callers
2
dir24_8_modify
Function · 0.85
test_get_invalid
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_get_invalid
Function · 0.68