Home
last modified time | relevance | path

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

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