Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_output.c248 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_output()
252 tp->t_flags &= ~TF_LASTIDLE; in tcp_output()
255 tp->t_flags |= TF_LASTIDLE; in tcp_output()
Dtcp_var.h334 #define TF_LASTIDLE 0x00040000 /* connection was previously idle */ macro
Dtcp_usrreq.c2590 if (t_flags & TF_LASTIDLE) { in db_print_tflags()
/freebsd-12-stable/sys/netinet/tcp_stacks/
Drack.c7134 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in rack_output()
7140 tp->t_flags &= ~TF_LASTIDLE; in rack_output()
7143 tp->t_flags |= TF_LASTIDLE; in rack_output()