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

Function vnet_ng_iface_init

freebsd/netgraph/ng_iface.c:802–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800}
801
802static void
803vnet_ng_iface_init(const void *unused)
804{
805
806 V_ng_iface_unit = new_unrhdr(0, 0xffff, NULL);
807}
808VNET_SYSINIT(vnet_ng_iface_init, SI_SUB_PSEUDO, SI_ORDER_ANY,
809 vnet_ng_iface_init, NULL);
810

Callers

nothing calls this directly

Calls 1

new_unrhdrFunction · 0.85

Tested by

no test coverage detected