Home | History | Annotate | Download | only in sociox

Lines Matching defs:rxs_mbuf

449 	struct mbuf *rxs_mbuf;		/* head of our mbuf chain */
532 struct mbuf *__m = __rxs->rxs_mbuf; \
982 sc->sc_rxsoft[i].rxs_mbuf = NULL;
1152 if (sc->sc_rxsoft[i].rxs_mbuf == NULL) {
1624 m = rxs->rxs_mbuf;
1665 if (rxs->rxs_mbuf != NULL)
1667 rxs->rxs_mbuf = m;
1690 if (rxs->rxs_mbuf != NULL) {
1692 m_freem(rxs->rxs_mbuf);
1693 rxs->rxs_mbuf = NULL;