Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c258 sbintime_t disable_time; /* non-zero value means path is disabled */ member
904 if (cce->disable_time == 0) { in tcp_fastopen_connect()
934 if (now - cce->disable_time > in tcp_fastopen_connect()
942 cce->disable_time = 0; in tcp_fastopen_connect()
993 if (cce->disable_time == 0) in tcp_fastopen_disable_path()
994 cce->disable_time = getsbinuptime(); in tcp_fastopen_disable_path()
1019 cce->disable_time = 0; in tcp_fastopen_update_cache()
1028 if (cce->disable_time == 0) in tcp_fastopen_update_cache()
1029 cce->disable_time = getsbinuptime(); in tcp_fastopen_update_cache()
1122 cce->disable_time = 0; in tcp_fastopen_ccache_create()
[all …]