Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dfrag6.c139 static int ip6_maxfragpackets; /* max packets in reass queues */ variable
154 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_maxfragpackets, 0,
177 ip6_maxfragpackets = 8192; in frag6_init()
178 ip6_maxfrags = ip6_maxfragpackets * 2; in frag6_init()
355 if (ip6_maxfragpackets == 0 || ip6_maxfrags == 0) { in frag6_input()
1121 if (ip6_maxfragpackets >= 0) { in frag6_timeout()
1122 while (frag6_nfragpackets > (unsigned)ip6_maxfragpackets && in frag6_timeout()
1262 if (ip6_maxfragpackets < 0) { in ip6q_updateparams()
1271 if (ip6_maxfragpackets > 0) { in ip6q_updateparams()
1272 ip6q_limit = ip6_maxfragpackets; in ip6q_updateparams()
[all …]