Searched refs:disable_time (Results 1 – 2 of 2) sorted by relevance
878 if (cce->disable_time == 0) { in tcp_fastopen_connect()908 if (now - cce->disable_time > in tcp_fastopen_connect()916 cce->disable_time = 0; in tcp_fastopen_connect()967 if (cce->disable_time == 0) in tcp_fastopen_disable_path()968 cce->disable_time = getsbinuptime(); in tcp_fastopen_disable_path()993 cce->disable_time = 0; in tcp_fastopen_update_cache()1002 if (cce->disable_time == 0) in tcp_fastopen_update_cache()1003 cce->disable_time = getsbinuptime(); in tcp_fastopen_update_cache()1096 cce->disable_time = 0; in tcp_fastopen_ccache_create()1101 cce->disable_time = getsbinuptime(); in tcp_fastopen_ccache_create()[all …]
61 sbintime_t disable_time; /* non-zero value means path is disabled */ member