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

Function table_free

dpdk/lib/table/rte_swx_table_em.c:289–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289static void
290table_free(void *table)
291{
292 struct table *t = table;
293
294 if (!t)
295 return;
296
297 env_free(t, t->total_size);
298}
299
300static int
301table_add(void *table, struct rte_swx_table_entry *entry)

Callers 1

table_createFunction · 0.70

Calls 1

env_freeFunction · 0.70

Tested by

no test coverage detected