Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c622 if (!(flags & TH_SYN || (tp->ecn_flags & TE_ACE_FINAL_ACK_3WHS) || in tcp_add_accecn_option()
2087 (tp->ecn_flags & TE_ACE_FINAL_ACK_3WHS) == 0) { in tcp_output()
2280 } else if (TCP_ACC_ECN_ON(tp) && (tp->ecn_flags & TE_ACE_FINAL_ACK_3WHS) && in tcp_output()
2303 tp->ecn_flags &= ~(TE_ACE_FINAL_ACK_3WHS); in tcp_output()
H A Dtcp_var.h559 #define TE_ACE_FINAL_ACK_3WHS 0x00400000 /* Client has received SYN-ACK and will now send final … macro
H A Dtcp_input.c3796 tp->ecn_flags |= TE_ACE_FINAL_ACK_3WHS; in tcp_input()