Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hostcache.c115 int hc_expire; /* lifetime for object */ member
355 if (atomic_load_int(&hc_entry->hc_expire) != in tcp_hc_lookup()
357 atomic_store_int(&hc_entry->hc_expire, in tcp_hc_lookup()
472 if (atomic_load_int(&hc_entry->hc_expire) != in tcp_hc_update()
474 atomic_store_int(&hc_entry->hc_expire, in tcp_hc_update()
539 hc_entry->hc_expire = V_tcp_hostcache.expire; in tcp_hc_update()
698 hc_entry->hc_expire); in sysctl_tcp_hc_list()
772 atomic_load_int(&hc_entry->hc_expire) <= 0) { in tcp_hc_purge_internal()
791 atomic_subtract_int(&hc_entry->hc_expire, in tcp_hc_purge_internal()