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

/freebsd-10.3-release/sys/netinet/
H A Dip_input.c163 #define V_ipq VNET(ipq) macro
287 TAILQ_INIT(&V_ipq[i]);
838 head = &V_ipq[hash];
869 struct ipq *r = TAILQ_LAST(&V_ipq[i], ipqhead);
873 ip_freef(&V_ipq[i], r);
1166 for(fp = TAILQ_FIRST(&V_ipq[i]); fp;) {
1174 ip_freef(&V_ipq[i], fpp);
1186 !TAILQ_EMPTY(&V_ipq[i])) {
1188 TAILQ_FIRST(&V_ipq[i])->ipq_nfrags);
1189 ip_freef(&V_ipq[
[all...]

Completed in 107 milliseconds