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

/xnu-2782.1.97/bsd/netinet/
H A Dip_input.c1585 fp->ipq_frags = m;
1628 ecn0 = GETIP(fp->ipq_frags)->ip_tos & IPTOS_ECN_MASK;
1633 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE;
1641 for (p = NULL, q = fp->ipq_frags; q; p = q, q = q->m_nextpkt)
1667 m->m_nextpkt = fp->ipq_frags;
1668 fp->ipq_frags = m;
1731 for (p = NULL, q = fp->ipq_frags; q; p = q, q = q->m_nextpkt) {
1755 q = fp->ipq_frags;
1828 fp->ipq_frags = NULL; /* return to caller as 'm' */
1889 if (fp->ipq_frags !
[all...]
H A Dip_var.h96 struct mbuf *ipq_frags; /* to ip headers of fragments */ member in struct:ipq

Completed in 27 milliseconds