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

/xnu-2782.1.97/bsd/netinet6/
H A Dfrag6.c103 static void frag6_enq(struct ip6asfrag *, struct ip6asfrag *);
104 static void frag6_deq(struct ip6asfrag *);
116 static struct ip6asfrag *ip6af_alloc(int);
117 static void ip6af_free(struct ip6asfrag *);
132 static u_int32_t ip6af_limit; /* ip6asfrag allocation limit */
133 static u_int32_t ip6af_count; /* current # of allocated ip6asfrag's */
162 _CASSERT(sizeof (struct ip6asfrag) <= _MLEN);
283 struct ip6asfrag *af6, *ip6af, *af6dwn;
432 q6->ip6q_down = q6->ip6q_up = (struct ip6asfrag *)q
[all...]
H A Dip6_var.h105 struct ip6asfrag *ip6q_down;
106 struct ip6asfrag *ip6q_up;
123 struct ip6asfrag { struct
124 struct ip6asfrag *ip6af_down;
125 struct ip6asfrag *ip6af_up;

Completed in 10 milliseconds