Searched refs:ipq_frags (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_var.h99 struct mbuf *ipq_frags; /* to ip headers of fragments */ member in struct:ipq
H A Dip_input.c1322 fp->ipq_frags = m;
1349 ecn0 = GETIP(fp->ipq_frags)->ip_tos & IPTOS_ECN_MASK;
1354 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE;
1362 for (p = NULL, q = fp->ipq_frags; q; p = q, q = q->m_nextpkt)
1388 m->m_nextpkt = fp->ipq_frags;
1389 fp->ipq_frags = m;
1445 for (p = NULL, q = fp->ipq_frags; q; p = q, q = q->m_nextpkt) {
1467 q = fp->ipq_frags;
1561 m_freem_list(fp->ipq_frags);

Completed in 28 milliseconds