Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6407
struct sx *
6408
iflib_ctx_lock_get(if_ctx_t ctx)
6409
{
6410
6411
return (&ctx->ifc_ctx_sx);
6412
}
6413
6414
static int
6415
iflib_msix_init(if_ctx_t ctx)
Callers
1
iflib_clone_destroy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected