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