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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_var.h183 extern struct ifqueue ipintrq; /* ip packet input queue */
H A Dip_input.c258 struct ifqueue ipintrq; variable in typeref:struct:ifqueue
260 &ipintrq.ifq_maxlen, 0, "Maximum size of the IP input queue");
262 &ipintrq.ifq_drops, 0, "Number of packets dropped from the IP input queue");
457 ipintrq.ifq_maxlen = ipqmaxlen;
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c8221 m, off, h, &pd, &a, &ruleset, &ipintrq);
8263 m, off, h, &pd, &a, &ruleset, &ipintrq);
8298 m, off, h, &pd, &a, &ruleset, &ipintrq);
8332 m, off, h, &pd, &a, &ruleset, &ipintrq);
8374 h, &pd, &a, &ruleset, &ipintrq);
8405 &pd, &a, &ruleset, &ipintrq);

Completed in 47 milliseconds