Searched refs:ip6af_count (Results 1 – 1 of 1) sorted by relevance
144 static u_int32_t ip6af_count; /* current # of allocated ip6asfrag's */ variable1221 if (ip6af_limit > 0 && ip6af_count > ip6af_limit) { in ip6af_alloc()1227 atomic_add_32(&ip6af_count, 1); in ip6af_alloc()1240 atomic_add_32(&ip6af_count, -1); in ip6af_free()