Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dtcp.h74 TCP_FLAG_ECE = __constant_cpu_to_be32(0x00400000), enumerator
/linux-6.1.9/tools/include/uapi/linux/
Dtcp.h74 TCP_FLAG_ECE = __constant_cpu_to_be32(0x00400000), enumerator
/linux-6.1.9/net/netfilter/
Dnf_synproxy_core.c476 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack()
522 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()
889 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack_ipv6()
936 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn_ipv6()
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c500 tcp_flag_word(tcp_header) |= TCP_FLAG_ECE; in tcp_gen_synack()
/linux-6.1.9/net/sched/
Dsch_cake.c1233 (TCP_FLAG_ECE | TCP_FLAG_CWR)) != elig_flags) { in cake_ack_filter()
1276 & (TCP_FLAG_ECE | TCP_FLAG_CWR)); in cake_ack_filter()
1291 (TCP_FLAG_ECE | TCP_FLAG_CWR)))) in cake_ack_filter()