rb_mbuf 590 dev/ic/acx.c if (bd->rx_buf[i].rb_mbuf != NULL) {
rb_mbuf 593 dev/ic/acx.c m_freem(bd->rx_buf[i].rb_mbuf);
rb_mbuf 594 dev/ic/acx.c bd->rx_buf[i].rb_mbuf = NULL;
rb_mbuf 1332 dev/ic/acx.c m = buf->rb_mbuf;
rb_mbuf 2027 dev/ic/acx.c if (bd->rx_buf[i].rb_mbuf != NULL) {
rb_mbuf 2030 dev/ic/acx.c m_freem(bd->rx_buf[i].rb_mbuf);
rb_mbuf 2155 dev/ic/acx.c if (rb->rb_mbuf != NULL)
rb_mbuf 2164 dev/ic/acx.c rb->rb_mbuf = m;
rb_mbuf 264 dev/ic/acxvar.h struct mbuf *rb_mbuf;