Searched refs:TE_ACE_FINAL_ACK_3WHS (Results 1 – 3 of 3) sorted by relevance
622 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()
559 #define TE_ACE_FINAL_ACK_3WHS 0x00400000 /* Client has received SYN-ACK and will now send final … macro
3796 tp->ecn_flags |= TE_ACE_FINAL_ACK_3WHS; in tcp_input()