Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
A Dtcp.h74 TCP_FLAG_ECE = __constant_cpu_to_be32(0x00400000), enumerator
/linux/net/netfilter/
A 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/include/uapi/linux/
A Dtcp.h74 TCP_FLAG_ECE = __constant_cpu_to_be32(0x00400000), enumerator
/linux/tools/testing/selftests/bpf/progs/
A Dxdp_synproxy_kern.c523 tcp_flag_word(tcp_header) |= TCP_FLAG_ECE; in tcp_gen_synack()
/linux/net/sched/
A Dsch_cake.c1220 (TCP_FLAG_ECE | TCP_FLAG_CWR)) != elig_flags) { in cake_ack_filter()
1263 & (TCP_FLAG_ECE | TCP_FLAG_CWR)); in cake_ack_filter()
1278 (TCP_FLAG_ECE | TCP_FLAG_CWR)))) in cake_ack_filter()

Completed in 24 milliseconds