Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_timer.c508 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_mark_all_for_resend()
848 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_t3rxt_timer()
1446 SCTP_GETTIME_TIMEVAL(&diff); in sctp_heartbeat_timer()
1530 (void)SCTP_GETTIME_TIMEVAL(&tn); in sctp_autoclose_timer()
H A Dsctp_constants.h991 #define SCTP_GETTIME_TIMEVAL(x) (getmicrouptime(x)) macro
H A Dsctp_pcb.c709 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_add_addr_to_vrf()
818 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_del_addr_from_vrf()
2605 (void)SCTP_GETTIME_TIMEVAL(&time); in sctp_inpcb_alloc()
2728 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_move_pcb_and_assoc()
2778 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_insert_laddr()
3865 (void)SCTP_GETTIME_TIMEVAL(&net->start_time); in sctp_add_remote_addr()
4594 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_add_vtag_to_timewait()
5805 (void)SCTP_GETTIME_TIMEVAL(&tv); in sctp_pcb_init()
H A Dsctp_output.c4968 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_send_initiate()
5618 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_send_initiate_ack()
6332 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_set_prsctp_policy()
6413 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_msg_append()
8235 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8511 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8847 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
9873 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent); in sctp_chunk_retransmission()
11368 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_send_hb()
12456 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_copy_it_in()
[all …]
H A Dsctp_input.c973 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_shutdown()
1455 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_handle_init_ack()
2400 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_process_cookie_new()
2596 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_handle_cookie_echo()
2986 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_cookie_ack()
H A Dsctputil.c936 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_select_a_tag()
1242 (void)SCTP_GETTIME_TIMEVAL(&asoc->start_time); in sctp_init_asoc()
1816 (void)SCTP_GETTIME_TIMEVAL(&tv); in sctp_timeout_handler()
2498 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_calculate_rto()
6218 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_dynamic_set_primary()
H A Dsctp_indata.c2961 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_last_rcvd); in sctp_process_data()
3368 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_strike_gap_ack_chunks()
3821 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_try_advance_peer_ack_point()
H A Dsctp_usrreq.c1488 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_do_connect_x()
4908 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
7037 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
/freebsd-12.1/sys/netinet6/
H A Dsctp6_usrreq.c931 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp6_connect()