Home
last modified time | relevance | path

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

/xnu-10002.1.13/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,
175 ip6_maxfragpackets = nmbclusters / 32; in frag6_init()
176 ip6_maxfrags = ip6_maxfragpackets * 2; in frag6_init()
352 if (ip6_maxfragpackets == 0 || ip6_maxfrags == 0) { in frag6_input()
1111 if (ip6_maxfragpackets >= 0) { in frag6_timeout()
1112 while (frag6_nfragpackets > (unsigned)ip6_maxfragpackets && in frag6_timeout()
1252 if (ip6_maxfragpackets < 0) { in ip6q_updateparams()
1261 if (ip6_maxfragpackets > 0) { in ip6q_updateparams()
1262 ip6q_limit = ip6_maxfragpackets; in ip6q_updateparams()
[all …]