Searched refs:nipq (Results 1 – 1 of 1) sorted by relevance
176 static u_int32_t nipq; /* # of packets in reass queues */ variable224 &nipq, 0, "Current number of IPv4 fragment reassembly queue entries");2221 if (nipq > 0) { in ip_reass()2256 if ((nipq > (unsigned)maxnipq) && (maxnipq > 0)) { in ip_reass()2390 nipq++; in ip_reass()2667 nipq--; in frag_freef()2706 if (maxnipq >= 0 && nipq > (unsigned)maxnipq) { in frag_timeout()2708 while (nipq > (unsigned)maxnipq && in frag_timeout()2727 if (!frag_timeout_run && nipq > 0) { in frag_sched_timeout()