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

Function iflib_ctx_lock_get

freebsd/net/iflib.c:6407–6412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6405}
6406
6407struct sx *
6408iflib_ctx_lock_get(if_ctx_t ctx)
6409{
6410
6411 return (&ctx->ifc_ctx_sx);
6412}
6413
6414static int
6415iflib_msix_init(if_ctx_t ctx)

Callers 1

iflib_clone_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected