Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dfrag6.c130 #define V_ip6_maxfragbucketsize VNET(ip6_maxfragbucketsize) macro
176 V_ip6_maxfragbucketsize = imax(i / (IP6REASS_NHASH / 2), 1); in frag6_set_bucketsize()
534 else if (V_ip6qb[bucket].count >= V_ip6_maxfragbucketsize || in frag6_input()
921 V_ip6qb[bucket].count > V_ip6_maxfragbucketsize)) && in frag6_slowtimo()