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

/freebsd-10-stable/sys/netinet6/
H A Dfrag6.c111 V_ip6q.ip6q_next = V_ip6q.ip6q_prev = &V_ip6q;
248 for (q6 = V_ip6q.ip6q_next; q6 != &V_ip6q; q6 = q6->ip6q_next)
509 if (q6 != V_ip6q.ip6q_next) {
705 new->ip6q_next = old->ip6q_next;
706 old->ip6q_next->ip6q_prev= new;
707 old->ip6q_next = new;
716 p6->ip6q_prev->ip6q_next = p6->ip6q_next;
[all...]
H A Dip6_var.h79 struct ip6q *ip6q_next; member in struct:ip6q

Completed in 74 milliseconds