Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dir24_8_free
Function
dir24_8_free
dpdk/lib/fib/dir24_8.c:567–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
565
}
566
567
void
568
dir24_8_free(void *p)
569
{
570
struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p;
571
572
rte_free(dp->tbl8_idxes);
573
rte_free(dp->tbl8);
574
rte_free(dp);
575
}
Callers
1
free_dataplane
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected