Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ trie_free
Function
trie_free
dpdk/lib/fib/trie.c:688–696 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
686
}
687
688
void
689
trie_free(void *p)
690
{
691
struct rte_trie_tbl *dp = (struct rte_trie_tbl *)p;
692
693
rte_free(dp->tbl8_pool);
694
rte_free(dp->tbl8);
695
rte_free(dp);
696
}
Callers
1
free_dataplane
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected