Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/ !
H A Dtcp_input.c3358 if ((so->so_snd.sb_cc) || (tp->t_flags & TF_ACKNOW)) { in tcp_input()
3467 tp->t_flags |= TF_ACKNOW; in tcp_input()
3636 tp->t_flags |= TF_ACKNOW; in tcp_input()
3988 tp->t_flags |= TF_ACKNOW; in tcp_input()
4067 tp->t_flags |= TF_ACKNOW; in tcp_input()
4402 tp->t_flags |= TF_ACKNOW; in tcp_input()
4405 tp->t_flags |= TF_ACKNOW; in tcp_input()
4428 tp->t_flags |= TF_ACKNOW; in tcp_input()
4523 tp->t_flags |= TF_ACKNOW; in tcp_input()
4631 } else if (tp->t_flags & TF_ACKNOW) { in tcp_input()
[all …]
H A Dtcp_timer.c1393 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1597 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1660 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1748 tp->t_flags |= TF_ACKNOW; in tcp_timers()
H A Dtcp_output.c1733 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
2613 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
3239 (tp->t_flags & TF_ACKNOW) || in tcp_output()
3564 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_ip_output()
H A Dtcp_var.h392 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
1103 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
H A Dmptcp_opt.c1782 tp->t_flags |= TF_ACKNOW; in mptcp_do_add_addr_opt_v1()
H A Dtcp_usrreq.c1052 tp->t_flags |= TF_ACKNOW; in tcp_usr_rcvd()