Searched refs:V_tcp_hostcache (Results 1 – 1 of 1) sorted by relevance
216 V_tcp_hostcache.hashsalt) & V_tcp_hostcache.hashmask) \219 V_tcp_hostcache.hashsalt) & V_tcp_hostcache.hashmask)246 V_tcp_hostcache.hashmask = V_tcp_hostcache.hashsize - 1; in tcp_hc_init()251 cache_limit = V_tcp_hostcache.hashsize * V_tcp_hostcache.bucket_limit; in tcp_hc_init()278 V_tcp_hostcache.zone = in tcp_hc_init()281 uma_zone_set_max(V_tcp_hostcache.zone, V_tcp_hostcache.cache_limit); in tcp_hc_init()282 V_tcp_hostcache.smr = uma_zone_get_smr(V_tcp_hostcache.zone); in tcp_hc_init()357 V_tcp_hostcache.expire) in tcp_hc_lookup()359 V_tcp_hostcache.expire); in tcp_hc_lookup()405 smr_exit(V_tcp_hostcache.smr); in tcp_hc_get()[all …]