Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ iflib_get_dev
Function
iflib_get_dev
freebsd/net/iflib.c:222–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
device_t
223
iflib_get_dev(if_ctx_t ctx)
224
{
225
226
return (ctx->ifc_dev);
227
}
228
229
if_t
230
iflib_get_ifp(if_ctx_t ctx)
Callers
3
iflib_add_device_sysctl_pre
Function · 0.85
iflib_add_device_sysctl_post
Function · 0.85
iflib_clone_destroy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected