Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c4278 #define COPYTIMER(which,where) do { \ in tcp_inptoxtp() macro
4284 COPYTIMER(TT_DELACK, tt_delack); in tcp_inptoxtp()
4285 COPYTIMER(TT_REXMT, tt_rexmt); in tcp_inptoxtp()
4286 COPYTIMER(TT_PERSIST, tt_persist); in tcp_inptoxtp()
4287 COPYTIMER(TT_KEEP, tt_keep); in tcp_inptoxtp()
4288 COPYTIMER(TT_2MSL, tt_2msl); in tcp_inptoxtp()
4289 #undef COPYTIMER in tcp_inptoxtp()