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

Function vnet_ng_iface_uninit

freebsd/netgraph/ng_iface.c:811–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809 vnet_ng_iface_init, NULL);
810
811static void
812vnet_ng_iface_uninit(const void *unused)
813{
814
815 delete_unrhdr(V_ng_iface_unit);
816}
817VNET_SYSUNINIT(vnet_ng_iface_uninit, SI_SUB_INIT_IF, SI_ORDER_ANY,
818 vnet_ng_iface_uninit, NULL);

Callers

nothing calls this directly

Calls 1

delete_unrhdrFunction · 0.85

Tested by

no test coverage detected