Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dfrag6.c142 static u_int32_t ip6q_count; /* current # of allocated ip6q's */ variable
1188 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()