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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c192 static int nipq = 0; /* total # of reass queues */ variable
1260 if ((nipq > maxnipq) && (maxnipq > 0)) {
1499 nipq++;
1709 nipq--;
1749 nipq--;
1781 if (maxnipq >= 0 && nipq > maxnipq) {
1783 while (nipq > maxnipq &&

Completed in 23 milliseconds