Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet6/
HDfrag6.c132 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()
HDip6_var.h317 #define V_ip6_maxfragbucketsize VNET(ip6_maxfragbucketsize) macro