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

/freebsd-12-stable/sys/netinet6/
H A Dfrag6.c82 * +--- TAILQ(struct ip6asfrag, ip6q_frags) *af6; tailq entries of IPv6
247 struct ip6asfrag *af6; local
252 while ((af6 = TAILQ_FIRST(&q6->ip6q_frags)) != NULL) {
254 m = af6->ip6af_m;
255 TAILQ_REMOVE(&q6->ip6q_frags, af6, ip6af_tq);
261 if (af6->ip6af_off == 0 && m->m_pkthdr.rcvif != NULL) {
275 free(af6, M_FRAG6);
297 struct ip6asfrag *af6; local
319 TAILQ_FOREACH(af6, &q6->ip6q_frags, ip6af_tq) {
322 if (af6
372 struct ip6asfrag *af6, *ip6af, *af6tmp; local
[all...]

Completed in 124 milliseconds