Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_input.c150 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 …]
H A Dip_var.h94 struct ipq { struct
95 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */
/xnu-8019.80.24/security/
H A Dmac_policy.h98 struct ipq;