Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Dfrag6.c137 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()
[all …]