Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_vlan_var.h155 (if_getvlantrunk(_ifp) != NULL ? (*vlan_devat_p)((_ifp), (_vid)) : NULL)
159 extern struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t);
H A Dif_vlan.c928 vlan_devat_p = vlan_devat; in vlan_modevent()
956 vlan_devat_p = NULL; in vlan_modevent()
H A Dif.c1975 struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t); variable