Searched refs:TF_ACKNOW (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_input.c2326 tp->t_flags |= TF_ACKNOW;
2416 if ((so->so_snd.sb_cc) || (tp->t_flags & TF_ACKNOW)) {
2531 tp->t_flags |= TF_ACKNOW;
2663 tp->t_flags |= TF_ACKNOW;
2799 tp->t_flags |= TF_ACKNOW;
2844 tp->t_flags |= TF_ACKNOW;
3094 tp->t_flags |= TF_ACKNOW;
3173 tp->t_flags |= TF_ACKNOW;
3231 else if (tp->t_flags & TF_ACKNOW)
3823 tp->t_flags |= TF_ACKNOW;
[all...]
H A Dtcp_timer.c845 tp->t_flags |= TF_ACKNOW;
1007 tp->t_flags |= TF_ACKNOW;
1043 tp->t_flags |= TF_ACKNOW;
H A Dtcp_output.c981 if (tp->t_flags & TF_ACKNOW)
1593 if (tp->t_flags & TF_ACKNOW)
2020 (tp->t_flags & (TH_PUSH | TF_ACKNOW)) || tp->t_force != 0 ||
2251 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK);
H A Dtcp_var.h223 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
632 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
H A Dtcp_sack.c564 tp->t_flags |= TF_ACKNOW;
H A Dmptcp_opt.c1267 tp->t_flags |= TF_ACKNOW;
1624 tp->t_flags |= TF_ACKNOW;

Completed in 49 milliseconds