Searched refs:TF_ACKNOW (Results 1 – 4 of 4) sorted by relevance
77 tp->t_flags |= TF_ACKNOW; \91 tp->t_flags |= TF_ACKNOW; \111 tp->t_flags |= TF_ACKNOW; \593 tp->t_flags |= TF_ACKNOW;714 tp->t_flags |= TF_ACKNOW;757 tp->t_flags |= TF_ACKNOW;863 tp->t_flags |= TF_ACKNOW;922 tp->t_flags |= TF_ACKNOW;1372 tp->t_flags |= TF_ACKNOW;1434 tp->t_flags |= TF_ACKNOW;[all …]
220 if (tp->t_flags & TF_ACKNOW)384 if (tp->t_flags & TF_ACKNOW)581 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
58 #define TF_ACKNOW 0x0001 /* ack peer immediately */ macro
64 tp->t_flags |= TF_ACKNOW; in tcp_fasttimo()