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

Function vnet_vlan_init

freebsd/net/if_vlan.c:898–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896
897#ifdef VIMAGE
898static void
899vnet_vlan_init(const void *unused __unused)
900{
901
902 vlan_cloner = if_clone_advanced(vlanname, 0, vlan_clone_match,
903 vlan_clone_create, vlan_clone_destroy);
904 V_vlan_cloner = vlan_cloner;
905}
906VNET_SYSINIT(vnet_vlan_init, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY,
907 vnet_vlan_init, NULL);
908

Callers

nothing calls this directly

Calls 1

if_clone_advancedFunction · 0.85

Tested by

no test coverage detected