Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dfrag6.c144 static u_int32_t ip6q_count; /* current # of allocated ip6q's */ variable
1209 if (ip6q_limit > 0 && ip6q_count > ip6q_limit) { in ip6q_alloc()
1215 os_atomic_inc(&ip6q_count, relaxed); in ip6q_alloc()
1224 os_atomic_dec(&ip6q_count, relaxed); in ip6q_free()