Searched refs:vlan_cloner (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif_vlan.c328 static struct if_clone *vlan_cloner; variable in typeref:struct:if_clone
331 VNET_DEFINE_STATIC(struct if_clone *, vlan_cloner);
332 #define V_vlan_cloner VNET(vlan_cloner)
854 vlan_cloner = if_clone_advanced(vlanname, 0, vlan_clone_match,
869 if_clone_detach(vlan_cloner);
905 vlan_cloner = if_clone_advanced(vlanname, 0, vlan_clone_match,
907 V_vlan_cloner = vlan_cloner;

Completed in 157 milliseconds