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

Function tbl8_available

dpdk/lib/lpm/rte_lpm6.c:203–207  ·  view source on GitHub ↗

* Returns number of tbl8s available in the pool */

Source from the content-addressed store, hash-verified

201 * Returns number of tbl8s available in the pool
202 */
203static inline uint32_t
204tbl8_available(struct rte_lpm6 *lpm)
205{
206 return lpm->number_tbl8s - lpm->tbl8_pool_pos;
207}
208
209/*
210 * Init a rule key.

Callers 1

simulate_addFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected