Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dip_input.c171 static u_int32_t nipq; /* # of packets in reass queues */ variable
219 &nipq, 0, "Current number of IPv4 fragment reassembly queue entries");
2179 if (nipq > 0) { in ip_reass()
2214 if ((nipq > (unsigned)maxnipq) && (maxnipq > 0)) { in ip_reass()
2348 nipq++; in ip_reass()
2620 nipq--; in frag_freef()
2659 if (maxnipq >= 0 && nipq > (unsigned)maxnipq) { in frag_timeout()
2661 while (nipq > (unsigned)maxnipq && in frag_timeout()
2680 if (!frag_timeout_run && nipq > 0) { in frag_sched_timeout()