MCPcopy 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
1074void
1075ff_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_initFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected