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

Function node_free

dpdk/lib/rib/rte_rib6.c:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static void
125node_free(struct rte_rib6 *rib, struct rte_rib6_node *ent)
126{
127 --rib->cur_nodes;
128 rte_mempool_put(rib->node_pool, ent);
129}
130
131struct rte_rib6_node *
132rte_rib6_lookup(struct rte_rib6 *rib,

Callers 2

rte_rib6_removeFunction · 0.70
rte_rib6_insertFunction · 0.70

Calls 1

rte_mempool_putFunction · 0.85

Tested by

no test coverage detected