Searched refs:TF_MORETOCOME (Results 1 – 3 of 3) sorted by relevance
408 #define TF_MORETOCOME 0x10000 /* More data to be appended to sock */ macro1119 #define TF_MORETOCOME 0x10000 /* More data to be appended to sock */ macro
1265 tp->t_flags |= TF_MORETOCOME; in tcp_usr_send()1271 tp->t_flags &= ~TF_MORETOCOME; in tcp_usr_send()
800 if (tp->t_flags & TF_MORETOCOME) { in tcp_output()1622 if (!(tp->t_flags & TF_MORETOCOME) && in tcp_output()