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

/freebsd-10-stable/sys/netinet6/
H A Dfrag6.c101 V_ip6_maxfragpackets = nmbclusters / 4;
109 V_ip6_maxfragpackets = nmbclusters / 4;
271 if (V_ip6_maxfragpackets < 0)
273 else if (V_frag6_nfragpackets >= (u_int)V_ip6_maxfragpackets)
751 while (V_frag6_nfragpackets > (u_int)V_ip6_maxfragpackets &&
H A Dip6_var.h338 #define V_ip6_maxfragpackets VNET(ip6_maxfragpackets) macro

Completed in 88 milliseconds