Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_bsd_addr.c494 *tick_tock = sctp_get_tick_count(); in sctp_packet_log()
Dsctp_os_bsd.h294 #define sctp_get_tick_count() (ticks) macro
Dsctp_cc_functions.c1852 return (sctp_get_tick_count() - ca->last_cong); in htcp_cong_time()
1867 ca->last_cong = sctp_get_tick_count(); in htcp_reset()
1904 uint32_t now = sctp_get_tick_count(); in measure_achieved_throughput()
2103 net->cc_mod.htcp_ca.last_cong = sctp_get_tick_count(); in htcp_init()
Dsctp_timer.c109 net->last_active = sctp_get_tick_count(); in sctp_threshold_management()
Dsctputil.c2130 tmr->ticks = sctp_get_tick_count(); in sctp_timer_start()