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

Function table_free

dpdk/lib/table/rte_swx_table_wm.c:368–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366};
367
368static void
369table_free(void *table)
370{
371 struct table *t = table;
372
373 if (!t)
374 return;
375
376 rte_acl_free(t->acl_ctx);
377 env_free(t, t->total_size);
378}
379
380static void *
381table_create(struct rte_swx_table_params *params,

Callers 1

table_createFunction · 0.70

Calls 2

rte_acl_freeFunction · 0.85
env_freeFunction · 0.70

Tested by

no test coverage detected