Searched refs:V_ip6_maxfragpackets (Results 1 – 2 of 2) sorted by relevance
99 V_ip6_maxfragpackets = nmbclusters / 4; in frag6_change()107 V_ip6_maxfragpackets = nmbclusters / 4; in frag6_init()266 if (V_ip6_maxfragpackets < 0) in frag6_input()268 else if (V_frag6_nfragpackets >= (u_int)V_ip6_maxfragpackets) in frag6_input()760 while (V_frag6_nfragpackets > (u_int)V_ip6_maxfragpackets && in frag6_slowtimo()
314 #define V_ip6_maxfragpackets VNET(ip6_maxfragpackets) macro