Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_reass.c96 #define V_ipreass_maxbucketsize VNET(ipreass_maxbucketsize) macro
311 if (V_ipq[hash].count < V_ipreass_maxbucketsize) in ip_reass()
704 V_ipreass_maxbucketsize = imax(max / (V_ipq_hashsize / 2), 1); in ipreass_vnet_init()
795 while (V_ipq[i].count > V_ipreass_maxbucketsize && in ipreass_drain_tomax()
834 V_ipreass_maxbucketsize = imax(max / (V_ipq_hashsize / 2), 1); in ipreass_zone_change()
866 V_ipreass_maxbucketsize = imax(max / (V_ipq_hashsize / 2), 1); in sysctl_maxfragpackets()
875 V_ipreass_maxbucketsize = INT_MAX; in sysctl_maxfragpackets()
949 max = V_ipreass_maxbucketsize; in sysctl_maxfragbucketsize()
955 V_ipreass_maxbucketsize = max; in sysctl_maxfragbucketsize()