Searched refs:TF_LASTIDLE (Results 1 – 2 of 2) sorted by relevance
236 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_output()247 tp->t_flags |= TF_LASTIDLE; in tcp_output()250 tp->t_flags &= ~TF_LASTIDLE; in tcp_output()
96 #define TF_LASTIDLE 0x00100000U /* no outstanding ACK on last send */ macro