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

Function iflib_if_init_locked

freebsd/net/iflib.c:4055–4060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4053 **********************************************************************/
4054
4055static void
4056iflib_if_init_locked(if_ctx_t ctx)
4057{
4058 iflib_stop(ctx);
4059 iflib_init_locked(ctx);
4060}
4061
4062static void
4063iflib_if_init(void *arg)

Callers 4

iflib_media_changeFunction · 0.85
_task_fn_adminFunction · 0.85
iflib_if_initFunction · 0.85
iflib_device_resumeFunction · 0.85

Calls 2

iflib_stopFunction · 0.85
iflib_init_lockedFunction · 0.85

Tested by

no test coverage detected