Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h47 #define TCPHDR_ECE 0x40 macro
/openbmc/linux/include/net/
H A Dtcp.h844 #define TCPHDR_ECE 0x40 macro
847 #define TCPHDR_SYN_ECN (TCPHDR_SYN | TCPHDR_ECE | TCPHDR_CWR)
/openbmc/linux/net/ipv4/
H A Dtcp_output.c322 TCP_SKB_CB(skb)->tcp_flags &= ~TCPHDR_ECE; in tcp_ecn_send_synack()
346 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_ECE | TCPHDR_CWR; in tcp_ecn_send_syn()
359 TCP_SKB_CB(skb)->tcp_flags &= ~(TCPHDR_ECE | TCPHDR_CWR); in tcp_ecn_clear_syn()
H A Dtcp_ipv4.c1875 TCP_SKB_CB(skb)->tcp_flags) & (TCPHDR_ECE | TCPHDR_CWR)) || in tcp_add_backlog()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c829 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()