Searched refs:TF_LASTIDLE (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c317 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una);
330 tp->t_flags &= ~TF_LASTIDLE;
333 tp->t_flags |= TF_LASTIDLE;
H A Dtcp_var.h243 #define TF_LASTIDLE 0x100000 /* connection was previously idle */ macro

Completed in 71 milliseconds