Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_veth_free_softc
Function
ff_veth_free_softc
lib/ff_veth.c:1074–1079 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1072
}
1073
1074
void
1075
ff_veth_free_softc(void *softc)
1076
{
1077
if (softc)
1078
free(softc, M_DEVBUF);
1079
}
1080
1081
/********************
1082
* get next mbuf
's addr, current mbuf'
s data and datalen.
Callers
1
ff_rss_tbl_init
Function · 0.85
Calls
1
free
Function · 0.70
Tested by
no test coverage detected