Home
last modified time | relevance | path

Searched refs:TCPHDR_ECE (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h47 #define TCPHDR_ECE 0x40 macro
/linux/include/net/
H A Dtcp.h1058 #define TCPHDR_ECE BIT(6) macro
1063 TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)
1067 #define TCPHDR_ACE (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)
1068 #define TCPHDR_SYN_ECN (TCPHDR_SYN | TCPHDR_ECE | TCPHDR_CWR)
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c829 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
/linux/net/ipv4/
H A Dtcp_ipv4.c1952 (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)) ||