Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_input.c2841 tp->t_flags |= TF_ACKNOW; in tcp_input()
3050 if ((so->so_snd.sb_cc) || (tp->t_flags & TF_ACKNOW)) { in tcp_input()
3159 tp->t_flags |= TF_ACKNOW; in tcp_input()
3311 tp->t_flags |= TF_ACKNOW; in tcp_input()
3517 tp->t_flags |= TF_ACKNOW; in tcp_input()
3593 tp->t_flags |= TF_ACKNOW; in tcp_input()
3918 tp->t_flags |= TF_ACKNOW; in tcp_input()
3921 tp->t_flags |= TF_ACKNOW; in tcp_input()
3944 tp->t_flags |= TF_ACKNOW; in tcp_input()
4038 tp->t_flags |= TF_ACKNOW; in tcp_input()
[all …]
H A Dtcp_output.c1494 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
2159 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
2697 (tp->t_flags & TF_ACKNOW) || in tcp_output()
2995 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_ip_output()
H A Dtcp_timer.c1370 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1569 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1632 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1723 tp->t_flags |= TF_ACKNOW; in tcp_timers()
H A Dtcp_var.h286 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
877 #define TF_ACKNOW 0x00001 /* ack peer immediately */ macro
H A Dtcp_usrreq.c960 tp->t_flags |= TF_ACKNOW; in tcp_usr_rcvd()