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