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

Function vnet_ng_eiface_uninit

freebsd/netgraph/ng_eiface.c:678–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 vnet_ng_eiface_init, NULL);
677
678static void
679vnet_ng_eiface_uninit(const void *unused)
680{
681
682 delete_unrhdr(V_ng_eiface_unit);
683}
684VNET_SYSUNINIT(vnet_ng_eiface_uninit, SI_SUB_INIT_IF, SI_ORDER_ANY,
685 vnet_ng_eiface_uninit, NULL);

Callers

nothing calls this directly

Calls 1

delete_unrhdrFunction · 0.85

Tested by

no test coverage detected