Home
last modified time | relevance | path

Searched refs:ip6af_count (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dfrag6.c144 static u_int32_t ip6af_count; /* current # of allocated ip6asfrag's */ variable
1227 if (ip6af_limit > 0 && ip6af_count > ip6af_limit) { in ip6af_alloc()
1233 os_atomic_inc(&ip6af_count, relaxed); in ip6af_alloc()
1242 os_atomic_dec(&ip6af_count, relaxed); in ip6af_free()