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

/freebsd-13-stable/sys/net/
H A Dif_vlan.c232 * vlan_transmit and vlan_input. Both have to check for the vlan interface's
307 static int vlan_transmit(struct ifnet *ifp, struct mbuf *m);
1097 ifp->if_transmit = vlan_transmit;
1179 vlan_transmit(struct ifnet *ifp, struct mbuf *m) function

Completed in 101 milliseconds