Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp_ecn.h625 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_AE; in tcp_ecn_send_syn()
H A Dtcp.h1060 #define TCPHDR_AE BIT(8)
1063 TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)
1067 #define TCPHDR_ACE (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)
1018 #define TCPHDR_AE global() macro
/linux/net/ipv4/
H A Dtcp_ipv4.c1956 (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)) ||