Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_vlan_var.h128 (_ifp)->if_vlantrunk != NULL ? (*vlan_devat_p)((_ifp), (_vid)) : NULL
132 extern struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t);
HDif_vlan.c733 vlan_devat_p = vlan_devat;
761 vlan_devat_p = NULL;
HDif.c2035 struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t); variable