Searched refs:tcp_bblog_timer (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_timer.c | 825 tcp_bblog_timer(struct tcpcb *tp, tt_which which, tt_what what, uint32_t ticks) in tcp_bblog_timer() function 887 tcp_bblog_timer(tp, which, TT_PROCESSING, 0); in tcp_timer_enter() 889 tcp_bblog_timer(tp, which, TT_PROCESSED, 0); in tcp_timer_enter() 926 tcp_bblog_timer(tp, which, what, delta); in tcp_timer_activate()
|