Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_tcp_hdr_options.h47 #define TCPHDR_ECE 0x40 macro
/kernel/linux/linux-5.10/include/net/
Dtcp.h811 #define TCPHDR_ECE 0x40 macro
814 #define TCPHDR_SYN_ECN (TCPHDR_SYN | TCPHDR_ECE | TCPHDR_CWR)
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c315 TCP_SKB_CB(skb)->tcp_flags &= ~TCPHDR_ECE; in tcp_ecn_send_synack()
339 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_ECE | TCPHDR_CWR; in tcp_ecn_send_syn()
352 TCP_SKB_CB(skb)->tcp_flags &= ~(TCPHDR_ECE | TCPHDR_CWR); in tcp_ecn_clear_syn()
Dtcp_ipv4.c1818 TCP_SKB_CB(skb)->tcp_flags) & (TCPHDR_ECE | TCPHDR_CWR)) || in tcp_add_backlog()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_proto_tcp.c756 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()