MCPcopy 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
435void *
436rte_rib6_get_ext(struct rte_rib6_node *node)
437{
438 return (node == NULL) ? NULL : &node->ext[0];
439}
440
441int
442rte_rib6_get_nh(const struct rte_rib6_node *node, uint64_t *nh)

Callers 1

test_get_fnFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_get_fnFunction · 0.68