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