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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c2252 tp->t_flags |= TF_ACKNOW;
2353 if ((so->so_snd.sb_cc) || (tp->t_flags & TF_ACKNOW)) {
2452 tp->t_flags |= TF_ACKNOW;
2570 tp->t_flags |= TF_ACKNOW;
2693 tp->t_flags |= TF_ACKNOW;
2727 tp->t_flags |= TF_ACKNOW;
2983 tp->t_flags |= TF_ACKNOW;
3060 tp->t_flags |= TF_ACKNOW;
3121 else if (tp->t_flags & TF_ACKNOW)
3546 tp->t_flags |= TF_ACKNOW;
[all...]
H A Dtcp_output.c913 if (tp->t_flags & TF_ACKNOW)
1430 if (tp->t_flags & TF_ACKNOW)
1845 (tp->t_flags & (TH_PUSH | TF_ACKNOW)) || tp->t_force != 0 ||
2050 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK);
H A Dtcp_sack.c550 tp->t_flags |= TF_ACKNOW;
H A Dtcp_timer.c748 tp->t_flags |= TF_ACKNOW;
865 tp->t_flags |= TF_ACKNOW;
H A Dtcp_var.h199 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
530 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro

Completed in 76 milliseconds