ip6q_down         297 netinet6/frag6.c 		q6->ip6q_down	= q6->ip6q_up = (struct ip6asfrag *)q6;
ip6q_down         349 netinet6/frag6.c 		for (af6 = q6->ip6q_down; af6 != (struct ip6asfrag *)q6;
ip6q_down         407 netinet6/frag6.c 	ecn0 = (ntohl(q6->ip6q_down->ip6af_head) >> 20) & IPTOS_ECN_MASK;
ip6q_down         414 netinet6/frag6.c 			q6->ip6q_down->ip6af_head |= htonl(IPTOS_ECN_CE << 20);
ip6q_down         424 netinet6/frag6.c 	for (af6 = q6->ip6q_down; af6 != (struct ip6asfrag *)q6;
ip6q_down         517 netinet6/frag6.c 	for (af6 = q6->ip6q_down; af6 != (struct ip6asfrag *)q6;
ip6q_down         533 netinet6/frag6.c 	ip6af = q6->ip6q_down;
ip6q_down         634 netinet6/frag6.c 	for (af6 = q6->ip6q_down; af6 != (struct ip6asfrag *)q6;
ip6q_down          76 netinet6/ip6_var.h 	struct ip6asfrag *ip6q_down;