Searched refs:ipq_count (Results 1 – 1 of 1) sorted by relevance
173 static u_int32_t ipq_count; /* current # of allocated ipq's */ variable2716 if (ipq_limit > 0 && ipq_count > ipq_limit) { in ipq_alloc()2722 atomic_add_32(&ipq_count, 1); in ipq_alloc()2735 atomic_add_32(&ipq_count, -1); in ipq_free()