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

/freebsd-11-stable/sys/netinet6/
H A Dfrag6.c131 if ((i = V_ip6_maxfragpackets) > 0)
144 V_ip6_maxfragpackets = IP6_MAXFRAGPACKETS;
157 V_ip6_maxfragpackets = IP6_MAXFRAGPACKETS;
344 if (V_ip6_maxfragpackets < 0)
347 V_frag6_nfragpackets >= (u_int)V_ip6_maxfragpackets)
875 while ((V_ip6_maxfragpackets == 0 ||
876 (V_ip6_maxfragpackets > 0 &&
890 while (V_ip6_maxfragpackets >= 0 &&
891 V_frag6_nfragpackets > (u_int)V_ip6_maxfragpackets) {
H A Din6_proto.c480 val = V_ip6_maxfragpackets;
484 V_ip6_maxfragpackets = val;
H A Dip6_var.h316 #define V_ip6_maxfragpackets VNET(ip6_maxfragpackets) macro

Completed in 104 milliseconds