Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_fastopen.c879 if (cce->disable_time == 0) { in tcp_fastopen_connect()
909 if (now - cce->disable_time > in tcp_fastopen_connect()
917 cce->disable_time = 0; in tcp_fastopen_connect()
968 if (cce->disable_time == 0) in tcp_fastopen_disable_path()
969 cce->disable_time = getsbinuptime(); in tcp_fastopen_disable_path()
994 cce->disable_time = 0; in tcp_fastopen_update_cache()
1003 if (cce->disable_time == 0) in tcp_fastopen_update_cache()
1097 cce->disable_time = 0; in tcp_fastopen_ccache_create()
1102 cce->disable_time = getsbinuptime(); in tcp_fastopen_ccache_create()
1188 if (cce->disable_time != 0) { in sysctl_net_inet_tcp_fastopen_ccache_list()
[all …]
H A Dtcp_fastopen.h61 sbintime_t disable_time; /* non-zero value means path is disabled */ member