Searched refs:ipq (Results 1 – 3 of 3) sorted by relevance
150 static struct ipq *ipq_alloc(int);151 static void ipq_free(struct ipq *);168 static TAILQ_HEAD(ipqhead, ipq) ipq[IPREASS_NHASH]; /* ip reassembly queues */391 static void frag_freef(struct ipqhead *, struct ipq *);480 _CASSERT(sizeof(struct ipq) <= _MLEN); in ip_init()529 TAILQ_INIT(&ipq[i]); in ip_init()2166 struct ipq *fp = NULL; in ip_reass()2195 head = &ipq[hash]; in ip_reass()2221 struct ipq *fq = TAILQ_LAST(head, ipqhead); in ip_reass()2224 struct ipq *r = TAILQ_LAST(&ipq[i], ipqhead); in ip_reass()[all …]
94 struct ipq { struct95 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */
98 struct ipq;