Searched refs:mhead (Results 1 – 5 of 5) sorted by relevance
298 struct mbuf *mhead; variable303 for (mhead = m; mhead != NULL; mhead=mhead->m_next) {304 printf("m x%x, len %d\n", mhead, mhead->m_len);305 total_len += mhead->m_len;
186 struct mbuf mhead; variable218 mhead.m_data = (caddr_t) &hdr->ei_eh;219 mhead.m_len = sizeof(struct eon_hdr);220 mhead.m_next = 0;223 &mhead,226 iso_gen_csum(&mhead,
83 register struct mbuf *mhead; /* ptr to head of chain */ local86 mhead = m;96 clnp_discard(mhead, GEN_INCOMPLETE);102 m_adj(mhead, -len);104 return mhead;
515 } *mhead = NULL; local518 for (mt = mhead; mt != NULL; mt = mt->next)531 mt->next = mhead;532 mhead = mt;
530 } *mhead = NULL; local533 for (mt = mhead; mt != NULL; mt = mt->next)540 mt->next = mhead;541 mhead = mt;