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

/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c717 struct mbuf * ipkt; local
740 ipkt = m;
741 if (ipkt == NULL) {
744 ipkt->m_pkthdr.rcvif = ifp;
745 ipkt->m_pkthdr.len = pkt_len;
746 ipkt->m_len = MHLEN;
753 m_freem(ipkt);
776 m_freem(ipkt);
784 eh = mtod(ipkt, struct ether_header *);
794 (*ifp->if_input)(ifp, ipkt);
[all...]

Completed in 59 milliseconds