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.h1018 #define TCPHDR_AE BIT(8) macro
1021 TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)
1025 #define TCPHDR_ACE (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)
/linux/net/ipv4/
H A Dtcp_ipv4.c2028 (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)) ||