Home
last modified time | relevance | path

Searched refs:TE_SENDIPECT (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/netinet/
H A Dtcp_output.c2153 tp->ecn_flags |= TE_SENDIPECT; in tcp_output()
2165 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()
2196 ~(TE_SETUPRECEIVED | TE_SENDIPECT | in tcp_output()
2222 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()
2236 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_output()
2403 if (tp->ecn_flags & TE_SENDIPECT) { in tcp_output()
2416 if (tp->ecn_flags & TE_SENDIPECT) { in tcp_output()
2625 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && !(flags & TH_SYN)) { in tcp_output()
2633 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len && in tcp_output()
2651 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && !(flags & TH_SYN)) { in tcp_output()
[all …]
H A Dtcp_input.c1825 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT); in tcp_input_process_accecn_syn()
1860 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT); in tcp_input_process_accecn_syn()
2942 if (tp->ecn_flags & TE_SENDIPECT) { in tcp_input()
3739 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_input()
3763 ecn_flags |= TE_SENDIPECT; in tcp_input()
3776 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()
3784 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()
3793 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()
3861 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()
4698 tp->ecn_flags &= ~(TE_SETUPRECEIVED | TE_SENDIPECT | in tcp_input()
[all …]
H A Dtcp_var.h536 #define TE_SENDIPECT 0x00000004 /* We haven't sent or received non-ECN-setup SYN or SYN… macro