Lines Matching refs:ip6_maxfragpackets
137 static int ip6_maxfragpackets; /* max packets in reass queues */ variable
152 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_maxfragpackets, 0,
180 ip6_maxfragpackets = nmbclusters / 32; in frag6_init()
181 ip6_maxfrags = ip6_maxfragpackets * 2; in frag6_init()
355 if (ip6_maxfragpackets == 0 || ip6_maxfrags == 0) { in frag6_input()
1099 if (ip6_maxfragpackets >= 0) { in frag6_timeout()
1100 while (frag6_nfragpackets > (unsigned)ip6_maxfragpackets && in frag6_timeout()
1250 if (ip6_maxfragpackets < 0) { in ip6q_updateparams()
1259 if (ip6_maxfragpackets > 0) { in ip6q_updateparams()
1260 ip6q_limit = ip6_maxfragpackets; in ip6q_updateparams()
1270 if (ip6_maxfragpackets == 0) { in ip6q_updateparams()
1289 i = ip6_maxfragpackets;
1299 ip6_maxfragpackets = i;