Home | History | Annotate | Download | only in libnpftest

Lines Matching defs:m1

91 	struct mbuf *m1;
96 if ((m1 = npfkern_m_get(NULL, M_PKTHDR, tlen)) == NULL) {
99 m1->m_pkthdr.len = m1->m_len = tlen;
100 dptr = m1->m_data;
106 *m0 = m1;
130 struct mbuf *m0, *m1;
139 m1 = mbuf_construct(proto);
140 m0->m_next = m1;
141 m1->m_next = NULL;