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

/openbsd-current/sys/netinet/
H A Dip_input.c967 LIST_INIT(&fp->ipq_fragq);
980 ecn0 = LIST_FIRST(&fp->ipq_fragq)->ipqe_ip->ip_tos & IPTOS_ECN_MASK;
985 LIST_FIRST(&fp->ipq_fragq)->ipqe_ip->ip_tos |=
994 for (p = NULL, q = LIST_FIRST(&fp->ipq_fragq); q != NULL;
1048 LIST_INSERT_HEAD(&fp->ipq_fragq, ipqe, ipqe_q);
1053 for (p = NULL, q = LIST_FIRST(&fp->ipq_fragq); q != NULL;
1066 q = LIST_FIRST(&fp->ipq_fragq);
1124 while ((q = LIST_FIRST(&fp->ipq_fragq)) != NULL) {
H A Dip_var.h197 struct ipqehead ipq_fragq; /* to ip fragment queue */ member in struct:ipq

Completed in 202 milliseconds