Searched refs:ip6q_count (Results 1 – 1 of 1) sorted by relevance
142 static u_int32_t ip6q_count; /* current # of allocated ip6q's */ variable1188 if (ip6q_limit > 0 && ip6q_count > ip6q_limit) { in ip6q_alloc()1194 atomic_add_32(&ip6q_count, 1); in ip6q_alloc()1207 atomic_add_32(&ip6q_count, -1); in ip6q_free()