Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dfrag6.c142 static u_int32_t ip6q_count; /* current # of allocated ip6q's */ variable
1199 if (ip6q_limit > 0 && ip6q_count > ip6q_limit) { in ip6q_alloc()
1205 os_atomic_inc(&ip6q_count, relaxed); in ip6q_alloc()
1214 os_atomic_dec(&ip6q_count, relaxed); in ip6q_free()