Searched refs:stale_time (Results 1 – 2 of 2) sorted by relevance
411 uint32_t stale_time; /* time in usec of staleness */ member
1127 uint64_t stale_time; in sctp_handle_error() local1137 stale_time = ntohl(stale_cookie->stale_time); in sctp_handle_error()1138 if (stale_time == 0) { in sctp_handle_error()1142 stale_time = (uint64_t)1000000 * (uint64_t)now.tv_sec + (uint64_t)now.tv_usec; in sctp_handle_error()1143 if (stale_time == 0) { in sctp_handle_error()1144 stale_time = 1; in sctp_handle_error()1152 stale_time = (stale_time + 999) / 1000; in sctp_handle_error()1154 stale_time = 2 * stale_time; in sctp_handle_error()1155 asoc->cookie_preserve_req = (uint32_t)stale_time; in sctp_handle_error()2445 cause->stale_time = htonl(staleness); in sctp_handle_cookie_echo()