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

/freebsd-12-stable/sys/netinet6/
H A Dfrag6.c82 * +--- TAILQ(struct ip6asfrag, ip6q_frags) *af6; tailq entries of IPv6
100 struct ip6asfrag { struct
101 TAILQ_ENTRY(ip6asfrag) ip6af_tq;
247 struct ip6asfrag *af6;
297 struct ip6asfrag *af6;
372 struct ip6asfrag *af6, *ip6af, *af6tmp;
675 ip6af = (struct ip6asfrag *)malloc(sizeof(struct ip6asfrag), M_FRAG6,
H A Dip6_var.h72 struct ip6asfrag; /* frag6.c */
73 TAILQ_HEAD(ip6fraghead, ip6asfrag);

Completed in 112 milliseconds