Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c2195 tp->ecn_flags |= TE_SENDIPECT; in tcp_output()
2207 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()
2238 ~(TE_SETUPRECEIVED | TE_SENDIPECT | in tcp_output()
2264 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()
2278 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_output()
2445 if (tp->ecn_flags & TE_SENDIPECT) { in tcp_output()
2458 if (tp->ecn_flags & TE_SENDIPECT) { in tcp_output()
2677 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && !(flags & TH_SYN)) { in tcp_output()
2685 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len && in tcp_output()
2703 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && !(flags & TH_SYN)) { in tcp_output()
[all …]
H A Dtcp_input.c1827 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT); in tcp_input_process_accecn_syn()
1862 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT); in tcp_input_process_accecn_syn()
2978 if (tp->ecn_flags & TE_SENDIPECT) { in tcp_input()
3253 if (TCP_ACC_ECN_ON(tp) && (tp->ecn_flags & TE_SENDIPECT)) { in tcp_input()
3784 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_input()
3808 ecn_flags |= TE_SENDIPECT; in tcp_input()
3821 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()
3829 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()
3838 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()
3906 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()
[all …]
H A Dtcp_var.h537 #define TE_SENDIPECT 0x00000004 /* We haven't sent or received non-ECN-setup SYN or SYN… macro