MCPcopy 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
222device_t
223iflib_get_dev(if_ctx_t ctx)
224{
225
226 return (ctx->ifc_dev);
227}
228
229if_t
230iflib_get_ifp(if_ctx_t ctx)

Callers 3

iflib_clone_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected