Home
last modified time | relevance | path

Searched refs:SCTP_GETTIME_TIMEVAL (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/netinet/
Dsctp_constants.h806 #define SCTP_GETTIME_TIMEVAL(x) (microuptime(x)) macro
809 #define SCTP_GETTIME_TIMEVAL(x) (microtime(x)) macro
Dsctp_timer.c373 SCTP_GETTIME_TIMEVAL(&now); in sctp_mark_all_for_resend()
767 SCTP_GETTIME_TIMEVAL(&now); in sctp_t3rxt_timer()
1364 SCTP_GETTIME_TIMEVAL(&tn); in sctp_autoclose_timer()
Dsctp_output.c2889 SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_send_initiate()
3314 SCTP_GETTIME_TIMEVAL(&stc.time_entered); in sctp_send_initiate_ack()
4021 SCTP_GETTIME_TIMEVAL(&template->rec.data.timetodrop); in sctp_prepare_chunk()
5626SCTP_GETTIME_TIMEVAL(&net->last_sent_time);
5655SCTP_GETTIME_TIMEVAL(&net->last_sent_time);
5905SCTP_GETTIME_TIMEVAL(&net->last_sent_time);
5934 SCTP_GETTIME_TIMEVAL(&net->last_sent_time);
6770 SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent);
7313 SCTP_GETTIME_TIMEVAL(&asoc->time_entered);
8157 SCTP_GETTIME_TIMEVAL(now);
[all …]
Dsctp_input.c568 SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_shutdown()
992 SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_handle_init_ack()
1917 SCTP_GETTIME_TIMEVAL(&now); in sctp_handle_cookie_echo()
2173 SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_cookie_ack()
Dsctp_usrreq.c1312 SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_do_connect_x()
2603 SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_optsset()
3408 SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_connect()
Dsctputil.c629 SCTP_GETTIME_TIMEVAL(&now); in sctp_select_a_tag()
970 SCTP_GETTIME_TIMEVAL(&tv); in sctp_timeout_handler()
1655 SCTP_GETTIME_TIMEVAL(&now); in sctp_calculate_rto()
Dsctp_indata.c2676 SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_last_rcvd); in sctp_process_data()
2959 SCTP_GETTIME_TIMEVAL(&now); in sctp_strike_gap_ack_chunks()
3214 SCTP_GETTIME_TIMEVAL(&now); in sctp_try_advance_peer_ack_point()
Dsctp_pcb.c1473 SCTP_GETTIME_TIMEVAL(&time); in sctp_inpcb_alloc()
2925 SCTP_GETTIME_TIMEVAL(&now); in sctp_add_vtag_to_timewait()
/netbsd/src/sys/netinet6/
Dsctp6_usrreq.c1032 SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp6_connect()