Searched refs:time_entered (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | sctp_input.c | 520 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 D | sctp_header.h | 184 struct timeval time_entered; /* the time I built cookie */ member
|
| H A D | sctp_structs.h | 789 struct timeval time_entered; /* time we entered state */ member
|
| H A D | sctp_usrreq.c | 1461 (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 D | sctp_output.c | 5612 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 D | sctp6_usrreq.c | 880 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp6_connect()
|