Searched refs:V_ip6_maxfragbucketsize (Results 1 – 2 of 2) sorted by relevance
132 V_ip6_maxfragbucketsize = imax(i / (IP6REASS_NHASH / 2), 1); in frag6_set_bucketsize()346 else if (V_ip6q[hash].count >= V_ip6_maxfragbucketsize || in frag6_input()877 V_ip6q[i].count > V_ip6_maxfragbucketsize)) && in frag6_slowtimo()
317 #define V_ip6_maxfragbucketsize VNET(ip6_maxfragbucketsize) macro