Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c883 if (cce->disable_time == 0) { in tcp_fastopen_connect()
913 if (now - cce->disable_time > in tcp_fastopen_connect()
921 cce->disable_time = 0; in tcp_fastopen_connect()
972 if (cce->disable_time == 0) in tcp_fastopen_disable_path()
973 cce->disable_time = getsbinuptime(); in tcp_fastopen_disable_path()
998 cce->disable_time = 0; in tcp_fastopen_update_cache()
1007 if (cce->disable_time == 0) in tcp_fastopen_update_cache()
1101 cce->disable_time = 0; in tcp_fastopen_ccache_create()
1106 cce->disable_time = getsbinuptime(); in tcp_fastopen_ccache_create()
1192 if (cce->disable_time != 0) { in sysctl_net_inet_tcp_fastopen_ccache_list()
[all …]
H A Dtcp_fastopen.h63 sbintime_t disable_time; /* non-zero value means path is disabled */ member