Home
last modified time | relevance | path

Searched refs:sctp_get_tick_count (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_bsd_addr.c462 *tick_tock = sctp_get_tick_count(); in sctp_packet_log()
H A Dsctp_os_bsd.h271 #define sctp_get_tick_count() (ticks) macro
H A Dsctp_cc_functions.c1862 return (sctp_get_tick_count() - ca->last_cong); in htcp_cong_time()
1877 ca->last_cong = sctp_get_tick_count(); in htcp_reset()
1914 uint32_t now = sctp_get_tick_count(); in measure_achieved_throughput()
2119 net->cc_mod.htcp_ca.last_cong = sctp_get_tick_count(); in htcp_init()
H A Dsctp_timer.c111 net->last_active = sctp_get_tick_count(); in sctp_threshold_management()
H A Dsctputil.c2557 tmr->ticks = sctp_get_tick_count(); in sctp_timer_start()