Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsctp_timer.c516 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_mark_all_for_resend()
855 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_t3rxt_timer()
1452 SCTP_GETTIME_TIMEVAL(&diff); in sctp_heartbeat_timer()
1535 (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.c586 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_add_addr_to_vrf()
677 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_del_addr_from_vrf()
2445 (void)SCTP_GETTIME_TIMEVAL(&time); in sctp_inpcb_alloc()
2584 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_move_pcb_and_assoc()
2664 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_insert_laddr()
3720 (void)SCTP_GETTIME_TIMEVAL(&net->start_time); in sctp_add_remote_addr()
4459 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_add_vtag_to_timewait()
5581 (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.c4913 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_send_initiate()
5613 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_send_initiate_ack()
6362 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_set_prsctp_policy()
6456 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_msg_append()
8208 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8496 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8844 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8909 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent); in sctp_med_chunk_output()
9888 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent); in sctp_chunk_retransmission()
11383 (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()
6522 (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.c1466 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_do_connect_x()
4920 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
7080 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
/freebsd-14.2/sys/netinet6/
H A Dsctp6_usrreq.c874 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp6_connect()