Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dfrag6.c133 #define V_ip6_maxfragbucketsize VNET(ip6_maxfragbucketsize) macro
182 V_ip6_maxfragbucketsize = imax(i / (IP6REASS_NHASH / 2), 1); in frag6_set_bucketsize()
593 else if (V_ip6qb[bucket].count >= V_ip6_maxfragbucketsize || in frag6_input()
969 V_ip6qb[bucket].count > V_ip6_maxfragbucketsize)) && in frag6_slowtimo()