Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_input.c520 sctp_calculate_rto(stcb, asoc, net, &asoc->time_entered, in sctp_process_init_ack()
903 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_handle_shutdown()
1141 timevalsub(&now, &asoc->time_entered); in sctp_handle_error()
1157 sctp_calculate_rto(stcb, asoc, net, &asoc->time_entered, in sctp_handle_error()
1165 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_error()
1312 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_handle_init_ack()
2192 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_process_cookie_new()
2256 struct timeval time_entered, time_expires; in sctp_handle_cookie_echo() local
2332 if ((cookie->time_entered.tv_sec < ep->time_of_secret_change) && in sctp_handle_cookie_echo()
2355 if ((cookie->time_entered.tv_sec == ep->time_of_secret_change) && in sctp_handle_cookie_echo()
[all …]
H A Dsctp_header.h184 struct timeval time_entered; /* the time I built cookie */ member
H A Dsctp_structs.h789 struct timeval time_entered; /* time we entered state */ member
H A Dsctp_usrreq.c1461 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_do_connect_x()
4915 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
7075 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
H A Dsctp_output.c5612 stc.time_entered.tv_sec = now.tv_sec; in sctp_send_initiate_ack()
5613 stc.time_entered.tv_usec = now.tv_usec; in sctp_send_initiate_ack()
12826 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_lower_sosend()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c880 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp6_connect()