Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_tcp_hdr_options.h47 #define TCPHDR_ECE 0x40 macro
/linux/include/net/
A Dtcp.h831 #define TCPHDR_ECE 0x40 macro
834 #define TCPHDR_SYN_ECN (TCPHDR_SYN | TCPHDR_ECE | TCPHDR_CWR)
/linux/net/ipv4/
A 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()
A Dtcp_ipv4.c1855 TCP_SKB_CB(skb)->tcp_flags) & (TCPHDR_ECE | TCPHDR_CWR)) || in tcp_add_backlog()
/linux/net/netfilter/
A Dnf_conntrack_proto_tcp.c745 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()

Completed in 23 milliseconds