Home
last modified time | relevance | path

Searched refs:ecn_flags (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dtcp_dctcp.h9 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
11 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
A Dbpf_tcp_ca.c113 case offsetof(struct tcp_sock, ecn_flags): in bpf_tcp_ca_btf_struct_access()
114 end = offsetofend(struct tcp_sock, ecn_flags); in bpf_tcp_ca_btf_struct_access()
A Dtcp_dctcp.c82 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
A Dtcp_input.c315 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()
316 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()
335 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()
348 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()
355 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR)) { in __tcp_ecn_check_ce()
358 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in __tcp_ecn_check_ce()
360 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
365 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
372 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()
379 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()
[all …]
A Dtcp_output.c312 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()
334 tp->ecn_flags = 0; in tcp_ecn_send_syn()
338 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()
368 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
373 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()
374 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()
382 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in tcp_ecn_send()
A Dtcp_minisocks.c434 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
A Dtcp.c3884 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
3886 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_dctcp.c67 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback[0]) { in BPF_PROG()
172 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
174 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
A Dtest_sock_fields.c96 dst->ecn_flags = src->ecn_flags; in tpcpy()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h69 __u8 ecn_flags; member
/linux-6.3-rc2/include/linux/
A Dtcp.h301 u8 ecn_flags; /* ECN status bits. */ member
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dsock_fields.c94 tp->ecn_flags, tp->rate_delivered, tp->rate_interval_us, in print_tp()
/linux-6.3-rc2/include/uapi/linux/
A Dbpf.h6066 __u32 ecn_flags; /* ECN status bits. */ member
6426 __u32 ecn_flags; member
/linux-6.3-rc2/tools/include/uapi/linux/
A Dbpf.h6066 __u32 ecn_flags; /* ECN status bits. */ member
6426 __u32 ecn_flags; member
/linux-6.3-rc2/net/core/
A Dfilter.c6925 case offsetof(struct bpf_tcp_sock, ecn_flags): in bpf_tcp_sock_convert_ctx_access()
6926 BPF_TCP_SOCK_GET_COMMON(ecn_flags); in bpf_tcp_sock_convert_ctx_access()
10382 case offsetof(struct bpf_sock_ops, ecn_flags): in sock_ops_convert_ctx_access()
10383 SOCK_OPS_GET_TCP_SOCK_FIELD(ecn_flags); in sock_ops_convert_ctx_access()

Completed in 98 milliseconds