Home
last modified time | relevance | path

Searched refs:tcp_timer_t (Results 1 – 1 of 1) sorted by relevance

/src/sys/netinet/
H A Dtcp_timer.c269 typedef bool tcp_timer_t(struct tcpcb *); typedef
270 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] = {