Home
last modified time | relevance | path

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

/trueos/sys/net/
HDif_vlan.c207 static struct ifnet *vlan_clone_match_ethervid(struct if_clone *,
800 vlan_clone_match_ethervid(struct if_clone *ifc, const char *name, int *vidp) function
842 if (vlan_clone_match_ethervid(ifc, name, NULL) != NULL)
904 } else if ((p = vlan_clone_match_ethervid(ifc, name, &vid)) != NULL) {