Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_rib_get_ext
Function
rte_rib_get_ext
dpdk/lib/rib/rte_rib.c:367–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
void *
368
rte_rib_get_ext(struct rte_rib_node *node)
369
{
370
return (node == NULL) ? NULL : &node->ext[0];
371
}
372
373
int
374
rte_rib_get_nh(const struct rte_rib_node *node, uint64_t *nh)
Callers
1
test_get_fn
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_get_fn
Function · 0.68