Searched refs:V_ipq (Results 1 – 1 of 1) sorted by relevance
83 #define V_ipq VNET(ipq) macro89 #define IPQ_LOCK(i) mtx_lock(&V_ipq[i].lock)90 #define IPQ_TRYLOCK(i) mtx_trylock(&V_ipq[i].lock)91 #define IPQ_UNLOCK(i) mtx_unlock(&V_ipq[i].lock)92 #define IPQ_LOCK_ASSERT(i) mtx_assert(&V_ipq[i].lock, MA_OWNED)291 head = &V_ipq[hash].head; in ip_reass()311 if (V_ipq[hash].count < V_ipreass_maxbucketsize) in ip_reass()326 V_ipq[hash].count++; in ip_reass()341 callout_reset_sbt(&V_ipq[hash].timer, in ip_reass()343 &V_ipq[hash], 0); in ip_reass()[all …]