Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c2170 } else if (tp->ecn_flags & TE_ACE_SETUP_CE) { in tcp_output()
2173 tp->ecn_flags &= ~TE_ACE_SETUP_CE; in tcp_output()
2299 } else if (tp->ecn_flags & TE_ACE_SETUP_CE) { in tcp_output()
2301 tp->ecn_flags &= ~TE_ACE_SETUP_CE; in tcp_output()
H A Dtcp_var.h555 #define TE_ACE_SETUP_CE 0x00080000 /* Encode received CE either for SYN-ACK (server) or fi… macro
H A Dtcp_input.c1844 tp->ecn_flags |= TE_ACE_SETUP_CE; in tcp_input_process_accecn_syn()
1879 tp->ecn_flags |= TE_ACE_SETUP_CE; in tcp_input_process_accecn_syn()
3886 tp->ecn_flags |= TE_ACE_SETUP_CE; in tcp_input()