Searched refs:ip6q_limit (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Dfrag6.c130 static u_int32_t ip6q_limit; /* ip6q allocation limit */ variable
1043 if (ip6q_limit > 0 && ip6q_count > ip6q_limit)
1104 ip6q_limit = 0;
1111 ip6q_limit = ip6_maxfragpackets;
1120 ip6q_limit = 1;

Completed in 40 milliseconds