Searched refs:tt_which (Results 1 – 2 of 2) 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() 853 static inline tt_which 856 tt_which i, rv; in tcp_timer_next() 878 tt_which which; in tcp_timer_enter() 904 tcp_timer_activate(struct tcpcb *tp, tt_which which, u_int delta) in tcp_timer_activate() 937 tcp_timer_active(struct tcpcb *tp, tt_which which) in tcp_timer_active() 967 for (tt_which i = 0; i < TT_N; i++) in tcp_timer_stop()
|
H A D | tcp_var.h | 296 } tt_which; typedef 1479 void tcp_timer_activate(struct tcpcb *, tt_which, u_int); 1480 bool tcp_timer_active(struct tcpcb *, tt_which);
|