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

/freebsd-13-stable/sys/net/
H A Dif_vlan_var.h137 if ((_ifp)->if_vlantrunk != NULL) \
153 ((_ifp)->if_vlantrunk != NULL ? (*vlan_devat_p)((_ifp), (_vid)) : NULL)
H A Dif_debug.c79 IF_DB_PRINTF("%p", if_vlantrunk);
H A Dif_vlan.c233 * existence using if_vlantrunk, and being in the network tx/rx paths the use
566 trunk->parent->if_vlantrunk = NULL;
646 trunk = ifp->if_vlantrunk;
694 trunk = ifp->if_vlantrunk;
705 VLAN_FOREACH_UNTIL_SAFE(ifv, ifp->if_vlantrunk,
706 ifp->if_vlantrunk == NULL)
710 KASSERT(ifp->if_vlantrunk == NULL, ("%s: purge failed", __func__));
807 trunk = ifp->if_vlantrunk;
1147 if (ifp->if_vlantrunk)
1289 trunk = ifp->if_vlantrunk;
[all...]
H A Dif_var.h359 struct ifvlantrunk *if_vlantrunk; /* pointer to 802.1q data */ member in struct:ifnet
H A Dif_ethersubr.c864 if (ifp->if_vlantrunk == NULL) {
H A Dif.c2286 if (ifp->if_vlantrunk != NULL)
4398 return ((struct ifnet *)ifp)->if_vlantrunk != NULL?1:0;
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge_var.h67 #define mxge_vlans_active(sc) (sc)->ifp->if_vlantrunk
/freebsd-13-stable/sys/dev/ena/
H A Dena.c3781 if (adapter->ifp->if_vlantrunk != NULL) {
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.c3342 if (ifp->if_vlantrunk != NULL)

Completed in 204 milliseconds