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

Function epair_uninit

freebsd/net/if_epair.c:1011–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009 vnet_epair_uninit, NULL);
1010
1011static void
1012epair_uninit(const void *unused __unused)
1013{
1014 netisr_unregister(&epair_nh);
1015 epair_dpcpu_detach();
1016 if (bootverbose)
1017 printf("%s unloaded.\n", epairname);
1018}
1019SYSUNINIT(epair_uninit, SI_SUB_INIT_IF, SI_ORDER_MIDDLE,
1020 epair_uninit, NULL);
1021

Callers

nothing calls this directly

Calls 3

netisr_unregisterFunction · 0.85
epair_dpcpu_detachFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected