Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_input.c2689 tp->t_flags |= TF_ACKNOW; in tcp_setup_server_socket()
3884 if ((so->so_snd.sb_cc) || (tp->t_flags & TF_ACKNOW)) { in tcp_input()
4001 tp->t_flags |= TF_ACKNOW; in tcp_input()
4242 tp->t_flags |= TF_ACKNOW; in tcp_input()
4321 tp->t_flags |= TF_ACKNOW; in tcp_input()
4661 tp->t_flags |= TF_ACKNOW; in tcp_input()
4664 tp->t_flags |= TF_ACKNOW; in tcp_input()
4687 tp->t_flags |= TF_ACKNOW; in tcp_input()
4766 tp->t_flags |= TF_ACKNOW; in tcp_input()
4874 } else if (tp->t_flags & TF_ACKNOW) { in tcp_input()
[all …]
H A Dtcp_timer.c1378 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1582 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1616 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1704 tp->t_flags |= TF_ACKNOW; in tcp_timers()
H A Dtcp_output.c1932 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
2737 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
3331 (tp->t_flags & TF_ACKNOW) || in tcp_output()
3656 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_ip_output()
H A Dtcp_var.h431 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
1127 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
H A Dmptcp_opt.c1713 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()