MCPcopy 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
367void *
368rte_rib_get_ext(struct rte_rib_node *node)
369{
370 return (node == NULL) ? NULL : &node->ext[0];
371}
372
373int
374rte_rib_get_nh(const struct rte_rib_node *node, uint64_t *nh)

Callers 1

test_get_fnFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_get_fnFunction · 0.68