MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iflib_in_detach

Function iflib_in_detach

freebsd/net/iflib.c:2170–2179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2168}
2169
2170uint8_t
2171iflib_in_detach(if_ctx_t ctx)
2172{
2173 bool in_detach;
2174
2175 STATE_LOCK(ctx);
2176 in_detach = !!(ctx->ifc_flags & IFC_IN_DETACH);
2177 STATE_UNLOCK(ctx);
2178 return (in_detach);
2179}
2180
2181static void
2182iflib_fl_bufs_free(iflib_fl_t fl)

Callers 1

iflib_vlan_registerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected