Home
last modified time | relevance | path

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

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