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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h99 struct mbuf *ipq_frags; /* to ip headers of fragments */ member in struct:ipq
H A Dip_input.c1506 fp->ipq_frags = m;
1533 ecn0 = GETIP(fp->ipq_frags)->ip_tos & IPTOS_ECN_MASK;
1538 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE;
1546 for (p = NULL, q = fp->ipq_frags; q; p = q, q = q->m_nextpkt)
1572 m->m_nextpkt = fp->ipq_frags;
1573 fp->ipq_frags = m;
1629 for (p = NULL, q = fp->ipq_frags; q; p = q, q = q->m_nextpkt) {
1651 q = fp->ipq_frags;
1745 m_freem_list(fp->ipq_frags);

Completed in 36 milliseconds