Home
last modified time | relevance | path

Searched refs:ipq (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dip_input.c155 static struct ipq *ipq_alloc(void);
156 static void ipq_free(struct ipq *);
173 static TAILQ_HEAD(ipqhead, ipq) ipq[IPREASS_NHASH]; /* ip reassembly queues */
392 static void frag_freef(struct ipqhead *, struct ipq *, drop_reason_t);
524 TAILQ_INIT(&ipq[i]); in ip_init()
1802 struct ipq *__single fp = NULL; in ip_reass()
1832 head = &ipq[hash]; in ip_reass()
1858 struct ipq *__single fq = TAILQ_LAST(head, ipqhead); in ip_reass()
1861 struct ipq *__single r = TAILQ_LAST(&ipq[i], ipqhead); in ip_reass()
1864 frag_freef(&ipq[i], r, DROP_REASON_IP_FRAG_TOO_MANY); in ip_reass()
[all …]
H A Dip_var.h95 struct ipq { struct
96 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */
/xnu-12377.41.6/security/
H A Dmac_policy.h99 struct ipq;