Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dsctp_timer.c519 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_mark_all_for_resend()
858 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_t3rxt_timer()
1460 SCTP_GETTIME_TIMEVAL(&diff); in sctp_heartbeat_timer()
1542 (void)SCTP_GETTIME_TIMEVAL(&tn); in sctp_autoclose_timer()
H A Dsctp_constants.h963 #define SCTP_GETTIME_TIMEVAL(x) (getmicrouptime(x)) macro
H A Dsctp_pcb.c699 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_add_addr_to_vrf()
807 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_del_addr_from_vrf()
2574 (void)SCTP_GETTIME_TIMEVAL(&time); in sctp_inpcb_alloc()
2713 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_move_pcb_and_assoc()
2793 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_insert_laddr()
3853 (void)SCTP_GETTIME_TIMEVAL(&net->start_time); in sctp_add_remote_addr()
4595 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_add_vtag_to_timewait()
5732 (void)SCTP_GETTIME_TIMEVAL(&tv); in sctp_pcb_init()
H A Dsctp_output.c4897 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_send_initiate()
5569 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_send_initiate_ack()
6291 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_set_prsctp_policy()
6371 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_msg_append()
8190 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8466 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8802 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8864 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent); in sctp_med_chunk_output()
9822 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent); in sctp_chunk_retransmission()
11297 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_send_hb()
[all …]
H A Dsctp_input.c902 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_shutdown()
1297 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_handle_init_ack()
2203 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_process_cookie_new()
2414 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_handle_cookie_echo()
2788 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_cookie_ack()
H A Dsctputil.c1055 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_select_a_tag()
1368 (void)SCTP_GETTIME_TIMEVAL(&asoc->start_time); in sctp_init_asoc()
1947 (void)SCTP_GETTIME_TIMEVAL(&tv); in sctp_timeout_handler()
2935 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_calculate_rto()
6487 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_dynamic_set_primary()
H A Dsctp_indata.c2929 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_last_rcvd); in sctp_process_data()
3333 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_strike_gap_ack_chunks()
3782 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_try_advance_peer_ack_point()
H A Dsctp_usrreq.c1476 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_do_connect_x()
4934 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
7080 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
/freebsd-13.1/sys/netinet6/
H A Dsctp6_usrreq.c958 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp6_connect()