Searched refs:V_ipq (Results 1 – 1 of 1) sorted by relevance
82 #define V_ipq VNET(ipq) macro273 head = &V_ipq[hash].head; in ip_reass()308 V_ipq[hash].count++; in ip_reass()443 ipq_drop(&V_ipq[hash], fp); in ip_reass()454 ipq_drop(&V_ipq[hash], fp); in ip_reass()498 V_ipq[hash].count--; in ip_reass()568 TAILQ_INIT(&V_ipq[i].head); in ipreass_init()571 V_ipq[i].count = 0; in ipreass_init()615 ipq_drop(&V_ipq[i], TAILQ_FIRST(&V_ipq[i].head)); in ipreass_drain()618 V_ipq[i].count, V_ipq)); in ipreass_drain()[all …]