Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet6/ !
H A Dfrag6.c95 struct ip6asfrag { struct
96 struct ip6asfrag *ip6af_down; argument
97 struct ip6asfrag *ip6af_up; argument
116 static void frag6_enq(struct ip6asfrag *, struct ip6asfrag *); argument
117 static void frag6_deq(struct ip6asfrag *);
130 static struct ip6asfrag *ip6af_alloc(void);
131 static void ip6af_free(struct ip6asfrag *);
284 struct ip6asfrag *__single af6 = NULL, *__single ip6af = NULL, *__single af6dwn = NULL; in frag6_input()
488 q6->ip6q_down = q6->ip6q_up = (struct ip6asfrag *)q6; in frag6_input()
585 for (af6 = q6->ip6q_down; af6 != (struct ip6asfrag *)q6; in frag6_input()
[all …]
H A Dip6_var.h109 struct ip6asfrag;
115 struct ip6asfrag *ip6q_down;
116 struct ip6asfrag *ip6q_up;