Searched refs:TCPHDR_AE (Results 1 – 3 of 3) sorted by relevance
625 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_AE; in tcp_ecn_send_syn()
1018 #define TCPHDR_AE BIT(8) macro1021 TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)1025 #define TCPHDR_ACE (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)
2028 (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)) ||