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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_var.h260 #define TF_MORETOCOME 0x10000 /* More data to be appended to sock */ macro
698 #define TF_MORETOCOME 0x10000 /* More data to be appended to sock */ macro
H A Dtcp_output.c342 if (tp->t_flags & TF_MORETOCOME) {
962 if (!(tp->t_flags & TF_MORETOCOME) &&
H A Dtcp_usrreq.c1034 tp->t_flags |= TF_MORETOCOME;
1037 tp->t_flags &= ~TF_MORETOCOME;

Completed in 74 milliseconds