Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_input.c3430 tp->t_flags |= TF_ACKNOW; in tcp_input()
3594 tp->t_flags |= TF_ACKNOW; in tcp_input()
3943 tp->t_flags |= TF_ACKNOW; in tcp_input()
4022 tp->t_flags |= TF_ACKNOW; in tcp_input()
4380 tp->t_flags |= TF_ACKNOW; in tcp_input()
5842 tp->t_flags |= TF_ACKNOW; in tcp_input()
5880 tp->t_flags |= TF_ACKNOW; in tcp_input()
5904 tp->t_flags |= TF_ACKNOW; in tcp_input()
5923 tp->t_flags |= TF_ACKNOW; in tcp_input()
5965 tp->t_flags |= TF_ACKNOW; in tcp_input()
[all …]
H A Dtcp_timer.c1386 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1590 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1653 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1741 tp->t_flags |= TF_ACKNOW; in tcp_timers()
H A Dtcp_output.c1692 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
2566 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
3156 (tp->t_flags & TF_ACKNOW) || in tcp_output()
3474 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_ip_output()
H A Dtcp_var.h391 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
1083 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
H A Dmptcp_opt.c1700 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()