Searched refs:tt_which (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_timer.c | 826 tcp_bblog_timer(struct tcpcb *tp, tt_which which, tt_what what, uint32_t ticks) in tcp_bblog_timer() 854 static inline tt_which 857 tt_which i, rv; in tcp_timer_next() 881 tt_which which; in tcp_timer_enter() 907 tcp_timer_activate(struct tcpcb *tp, tt_which which, u_int delta) in tcp_timer_activate() 940 tcp_timer_active(struct tcpcb *tp, tt_which which) in tcp_timer_active() 970 for (tt_which i = 0; i < TT_N; i++) in tcp_timer_stop()
|
| H A D | tcp_var.h | 296 } tt_which; typedef 1514 void tcp_timer_activate(struct tcpcb *, tt_which, u_int); 1515 bool tcp_timer_active(struct tcpcb *, tt_which);
|
| H A D | tcp_log_buf.c | 3243 tt_which which; in db_print_rto()
|