Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ t4_cleanup_l2t
Function
t4_cleanup_l2t
dpdk/drivers/net/cxgbe/l2t.c:225–229 ·
view source on GitHub ↗
* Cleanup L2 Table */
Source
from the content-addressed store, hash-verified
223
* Cleanup L2 Table
224
*/
225
void t4_cleanup_l2t(struct adapter *adap)
226
{
227
if (adap->l2t)
228
t4_os_free(adap->l2t);
229
}
Callers
1
cxgbe_close
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected