Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_timer.c514 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_mark_all_for_resend()
853 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_t3rxt_timer()
1450 SCTP_GETTIME_TIMEVAL(&diff); in sctp_heartbeat_timer()
1533 (void)SCTP_GETTIME_TIMEVAL(&tn); in sctp_autoclose_timer()
H A Dsctp_constants.h962 #define SCTP_GETTIME_TIMEVAL(x) (getmicrouptime(x)) macro
H A Dsctp_pcb.c601 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_add_addr_to_vrf()
692 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_del_addr_from_vrf()
2460 (void)SCTP_GETTIME_TIMEVAL(&time); in sctp_inpcb_alloc()
2599 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_move_pcb_and_assoc()
2679 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_insert_laddr()
3735 (void)SCTP_GETTIME_TIMEVAL(&net->start_time); in sctp_add_remote_addr()
4472 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_add_vtag_to_timewait()
5593 (void)SCTP_GETTIME_TIMEVAL(&tv); in sctp_pcb_init()
H A Dsctp_input.c903 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_handle_shutdown()
1140 (void)SCTP_GETTIME_TIMEVAL(&now); 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()
2404 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_handle_cookie_echo()
2780 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_cookie_ack()
H A Dsctp_output.c4911 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_send_initiate()
5611 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_send_initiate_ack()
6360 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_set_prsctp_policy()
6454 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_msg_append()
8206 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8494 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8842 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8907 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent); in sctp_med_chunk_output()
9886 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent); in sctp_chunk_retransmission()
11381 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_send_hb()
[all …]
H A Dsctputil.c1052 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_select_a_tag()
1367 (void)SCTP_GETTIME_TIMEVAL(&asoc->start_time); in sctp_init_asoc()
1946 (void)SCTP_GETTIME_TIMEVAL(&tv); in sctp_timeout_handler()
2938 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_calculate_rto()
6521 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_dynamic_set_primary()
H A Dsctp_indata.c2917 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_last_rcvd); in sctp_process_data()
3320 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_strike_gap_ack_chunks()
3768 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_try_advance_peer_ack_point()
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);
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c880 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp6_connect()