Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_vlan.c212 static int vlan_clone_match(struct if_clone *, const char *);
735 vlan_cloner = if_clone_advanced(vlanname, 0, vlan_clone_match,
786 vlan_cloner = if_clone_advanced(vlanname, 0, vlan_clone_match,
835 vlan_clone_match(struct if_clone *ifc, const char *name) function