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

/xnu-2782.1.97/bsd/netinet6/
H A Dfrag6.c132 static u_int32_t ip6af_limit; /* ip6asfrag allocation limit */ variable
1069 if (ip6af_limit > 0 && ip6af_count > ip6af_limit)
1100 ip6af_limit = 0;
1107 ip6af_limit = ip6_maxfrags;
1116 ip6af_limit = 1;

Completed in 6 milliseconds