MCPcopy Create free account
hub / github.com/F-Stack/f-stack / node_free

Function node_free

dpdk/lib/rib/rte_rib.c:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static void
94node_free(struct rte_rib *rib, struct rte_rib_node *ent)
95{
96 --rib->cur_nodes;
97 rte_mempool_put(rib->node_pool, ent);
98}
99
100struct rte_rib_node *
101rte_rib_lookup(struct rte_rib *rib, uint32_t ip)

Callers 2

rte_rib_removeFunction · 0.70
rte_rib_insertFunction · 0.70

Calls 1

rte_mempool_putFunction · 0.85

Tested by

no test coverage detected