Searched refs:TF_MORETOCOME (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h215 #define TF_MORETOCOME 0x10000 /* More data to be appended to sock */ macro
546 #define TF_MORETOCOME 0x10000 /* More data to be appended to sock */ macro
H A Dtcp_usrreq.c741 tp->t_flags |= TF_MORETOCOME;
744 tp->t_flags &= ~TF_MORETOCOME;
H A Dtcp_output.c328 if (tp->t_flags & TF_MORETOCOME) {
847 if (!(tp->t_flags & TF_MORETOCOME) &&

Completed in 16 milliseconds