Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
1459 SCTP_GETTIME_TIMEVAL(&diff); in sctp_heartbeat_timer()
1541 (void)SCTP_GETTIME_TIMEVAL(&tn); in sctp_autoclose_timer()
H A Dsctp_constants.h964 #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()
2578 (void)SCTP_GETTIME_TIMEVAL(&time); in sctp_inpcb_alloc()
2700 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_move_pcb_and_assoc()
2780 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time); in sctp_insert_laddr()
3840 (void)SCTP_GETTIME_TIMEVAL(&net->start_time); in sctp_add_remote_addr()
4567 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_add_vtag_to_timewait()
5712 (void)SCTP_GETTIME_TIMEVAL(&tv); in sctp_pcb_init()
H A Dsctp_output.c4899 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_send_initiate()
5571 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_send_initiate_ack()
6283 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_set_prsctp_policy()
6364 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_msg_append()
8162 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8438 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
8774 (void)SCTP_GETTIME_TIMEVAL(now); in sctp_med_chunk_output()
9794 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent); in sctp_chunk_retransmission()
11269 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_send_hb()
12363 (void)SCTP_GETTIME_TIMEVAL(&sp->ts); in sctp_copy_it_in()
[all …]
H A Dsctp_input.c935 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_shutdown()
1370 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_handle_init_ack()
2242 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_process_cookie_new()
2453 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_handle_cookie_echo()
2825 (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()
1360 (void)SCTP_GETTIME_TIMEVAL(&asoc->start_time); in sctp_init_asoc()
1932 (void)SCTP_GETTIME_TIMEVAL(&tv); in sctp_timeout_handler()
2950 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_calculate_rto()
6463 (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.c1475 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_do_connect_x()
4926 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
7087 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h964 #define SCTP_GETTIME_TIMEVAL(x) (getmicrouptime(x)) macro
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c915 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp6_connect()