Searched refs:ipq (Results 1 – 3 of 3) sorted by relevance
150 static struct ipq *ipq_alloc(void);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 *);526 TAILQ_INIT(&ipq[i]); in ip_init()2171 struct ipq *fp = NULL; in ip_reass()2200 head = &ipq[hash]; in ip_reass()2226 struct ipq *fq = TAILQ_LAST(head, ipqhead); in ip_reass()2229 struct ipq *r = TAILQ_LAST(&ipq[i], ipqhead); in ip_reass()2232 frag_freef(&ipq[i], r); in ip_reass()[all …]
94 struct ipq { struct95 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */
99 struct ipq;