Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dfrag6.c123 #define V_ip6_maxfragpackets VNET(ip6_maxfragpackets) macro
181 if ((i = V_ip6_maxfragpackets) > 0) in frag6_set_bucketsize()
196 val = V_ip6_maxfragpackets; in sysctl_ip6_maxfragpackets()
200 V_ip6_maxfragpackets = val; in sysctl_ip6_maxfragpackets()
591 if (V_ip6_maxfragpackets < 0) in frag6_input()
595 (u_int)V_ip6_maxfragpackets) in frag6_input()
967 while ((V_ip6_maxfragpackets == 0 || in frag6_slowtimo()
968 (V_ip6_maxfragpackets > 0 && in frag6_slowtimo()
982 while (V_ip6_maxfragpackets >= 0 && in frag6_slowtimo()
984 (u_int)V_ip6_maxfragpackets) { in frag6_slowtimo()
[all …]