Searched refs:TF_LASTIDLE (Results 1 – 4 of 4) sorted by relevance
251 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_default_output()255 tp->t_flags &= ~TF_LASTIDLE; in tcp_default_output()258 tp->t_flags |= TF_LASTIDLE; in tcp_default_output()
796 #define TF_LASTIDLE 0x00040000 /* connection was previously idle */ macro
2905 if (t_flags & TF_LASTIDLE) { in db_print_tflags()
19926 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in rack_output()19931 tp->t_flags &= ~TF_LASTIDLE; in rack_output()19934 tp->t_flags |= TF_LASTIDLE; in rack_output()