Searched refs:tcp_timer_t (Results 1 – 1 of 1) sorted by relevance
269 typedef bool tcp_timer_t(struct tcpcb *); typedef270 static tcp_timer_t tcp_timer_delack;271 static tcp_timer_t tcp_timer_2msl;272 static tcp_timer_t tcp_timer_keep;273 static tcp_timer_t tcp_timer_persist;274 static tcp_timer_t tcp_timer_rexmt;276 static tcp_timer_t * const tcp_timersw[TT_N] = {