Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h48 #define TCPHDR_CWR 0x80 macro
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c867 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
/linux/net/ipv4/
H A Dtcp_ipv4.c1954 (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)) ||