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

/freebsd-9.3-release/sys/net/
H A Dif_vlan.c207 static struct ifnet *vlan_clone_match_ethertag(struct if_clone *,
795 vlan_clone_match_ethertag(struct if_clone *ifc, const char *name, int *tag) function
837 if (vlan_clone_match_ethertag(ifc, name, NULL) != NULL)
896 } else if ((p = vlan_clone_match_ethertag(ifc, name, &tag)) != NULL) {

Completed in 42 milliseconds