Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c3994 #define COPYTIMER(which,where) do { \ in tcp_inptoxtp() macro
4000 COPYTIMER(TT_DELACK, tt_delack); in tcp_inptoxtp()
4001 COPYTIMER(TT_REXMT, tt_rexmt); in tcp_inptoxtp()
4002 COPYTIMER(TT_PERSIST, tt_persist); in tcp_inptoxtp()
4003 COPYTIMER(TT_KEEP, tt_keep); in tcp_inptoxtp()
4004 COPYTIMER(TT_2MSL, tt_2msl); in tcp_inptoxtp()
4005 #undef COPYTIMER in tcp_inptoxtp()