Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_rib6_get_ext
Function
rte_rib6_get_ext
dpdk/lib/rib/rte_rib6.c:435–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
}
434
435
void *
436
rte_rib6_get_ext(struct rte_rib6_node *node)
437
{
438
return (node == NULL) ? NULL : &node->ext[0];
439
}
440
441
int
442
rte_rib6_get_nh(const struct rte_rib6_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