Home
last modified time | relevance | path

Searched refs:vlan_clone_match (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dif_vlan.c316 static int vlan_clone_match(struct if_clone *, const char *);
851 vlan_cloner = if_clone_advanced(vlanname, 0, vlan_clone_match, in vlan_modevent()
902 vlan_cloner = if_clone_advanced(vlanname, 0, vlan_clone_match, in vnet_vlan_init()
955 vlan_clone_match(struct if_clone *ifc, const char *name) in vlan_clone_match() function