Home | History | Annotate | Download | only in ic

Lines Matching refs:ds_mbuf

167 		sc->sc_rxsoft[i].ds_mbuf = NULL;
382 ds->ds_mbuf = m0;
663 m_freem(ds->ds_mbuf);
664 ds->ds_mbuf = NULL;
808 memcpy(mtod(m, void *), mtod(ds->ds_mbuf, void *),
830 memcpy(mtod(m, void *), mtod(ds->ds_mbuf, void *),
836 m = ds->ds_mbuf;
951 if (ds->ds_mbuf == NULL) {
1050 if (ds->ds_mbuf != NULL) {
1052 m_freem(ds->ds_mbuf);
1053 ds->ds_mbuf = NULL;
1092 if (ds->ds_mbuf != NULL) {
1094 m_freem(ds->ds_mbuf);
1095 ds->ds_mbuf = NULL;
1131 if (ds->ds_mbuf != NULL)
1134 ds->ds_mbuf = m;