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