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

/freebsd-13-stable/sys/netinet/
H A Dip_reass.c316 fp->ipq_frags = m;
354 ecn0 = GETIP(fp->ipq_frags)->ip_tos & IPTOS_ECN_MASK;
359 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE;
367 for (p = NULL, q = fp->ipq_frags; q; p = q, q = q->m_nextpkt)
394 m->m_nextpkt = fp->ipq_frags;
395 fp->ipq_frags = m;
432 for (p = NULL, q = fp->ipq_frags; q; p = q, q = q->m_nextpkt) {
450 q = fp->ipq_frags;
651 for (m = fp->ipq_frags; m != NULL; m = m->m_nextpkt) {
802 while (fp->ipq_frags) {
[all...]
H A Dip_var.h65 struct mbuf *ipq_frags; /* to ip headers of fragments */ member in struct:ipq

Completed in 51 milliseconds