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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c313 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una);
326 tp->t_flags &= ~TF_LASTIDLE;
329 tp->t_flags |= TF_LASTIDLE;
H A Dtcp_var.h219 #define TF_LASTIDLE 0x100000 /* connection was previously idle */ macro

Completed in 18 milliseconds