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

Function iflib_set_detach

freebsd/net/iflib.c:542–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540#define CALLOUT_UNLOCK(txq) mtx_unlock(&txq->ift_mtx)
541
542void
543iflib_set_detach(if_ctx_t ctx)
544{
545 STATE_LOCK(ctx);
546 ctx->ifc_flags |= IFC_IN_DETACH;
547 STATE_UNLOCK(ctx);
548}
549
550/* Our boot-time initialization hook */
551static int iflib_module_event_handler(module_t, int, void *);

Callers 1

iflib_clone_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected