Searched refs:ecn_flags (Results 1 – 17 of 17) sorted by relevance
9 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()
129 case offsetof(struct tcp_sock, ecn_flags): in bpf_tcp_ca_btf_struct_access()130 end = offsetofend(struct tcp_sock, ecn_flags); in bpf_tcp_ca_btf_struct_access()
79 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
314 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()315 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()321 tcp_sk(sk)->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in tcp_ecn_accept_cwr()334 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()347 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()354 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR)) { in __tcp_ecn_check_ce()357 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in __tcp_ecn_check_ce()359 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()364 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()371 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()[all …]
314 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()336 tp->ecn_flags = 0; in tcp_ecn_send_syn()340 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()370 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()375 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()376 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()384 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in tcp_ecn_send()
403 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
3527 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()3529 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
138 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()140 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
95 dst->ecn_flags = src->ecn_flags; in tpcpy()
59 __u8 ecn_flags; member
271 u8 ecn_flags; /* ECN status bits. */ member
84 tp->ecn_flags, tp->rate_delivered, tp->rate_interval_us, in print_tp()
4199 __u32 ecn_flags; /* ECN status bits. */ member4519 __u32 ecn_flags; member
648 __u32 ecn_flags; member872 __u32 ecn_flags; member
607 __u32 ecn_flags; member
6310 case offsetof(struct bpf_tcp_sock, ecn_flags): in bpf_tcp_sock_convert_ctx_access()6311 BPF_TCP_SOCK_GET_COMMON(ecn_flags); in bpf_tcp_sock_convert_ctx_access()9389 case offsetof(struct bpf_sock_ops, ecn_flags): in sock_ops_convert_ctx_access()9390 SOCK_OPS_GET_TCP_SOCK_FIELD(ecn_flags); in sock_ops_convert_ctx_access()