Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dfrag6.c117 static void frag6_insque(struct ip6q *, struct ip6q *);
118 static void frag6_remque(struct ip6q *);
119 static void frag6_purgef(struct ip6q *, struct fq6_head *, struct fq6_head *);
120 static void frag6_freef(struct ip6q *, struct fq6_head *, struct fq6_head *);
126 static struct ip6q *ip6q_alloc(int);
127 static void ip6q_free(struct ip6q *);
136 static struct ip6q ip6q; /* ip6 reassembly queues */ variable
171 _CASSERT(sizeof(struct ip6q) <= _MLEN); in frag6_init()
177 ip6q.ip6q_next = ip6q.ip6q_prev = &ip6q; in frag6_init()
287 struct ip6q *q6 = NULL; in frag6_input()
[all …]
H A Dip6_var.h106 struct ip6q { struct
114 struct ip6q *ip6q_next; argument
115 struct ip6q *ip6q_prev; argument