Searched refs:ip6q (Results 1 – 2 of 2) sorted by relevance
117 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 */ variable171 _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 …]
106 struct ip6q { struct114 struct ip6q *ip6q_next; argument115 struct ip6q *ip6q_prev; argument