Searched refs:ecn_flags (Results 1 – 15 of 15) 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()
107 case offsetof(struct tcp_sock, ecn_flags): in bpf_tcp_ca_btf_struct_access()108 end = offsetofend(struct tcp_sock, ecn_flags); in bpf_tcp_ca_btf_struct_access()
82 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
337 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()338 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()344 tcp_sk(sk)->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in tcp_ecn_accept_cwr()357 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()370 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()377 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR)) { in __tcp_ecn_check_ce()380 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in __tcp_ecn_check_ce()382 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()387 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()394 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()[all …]
321 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()343 tp->ecn_flags = 0; in tcp_ecn_send_syn()347 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()377 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()382 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()383 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()391 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in tcp_ecn_send()
433 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
3753 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()3755 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
67 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()
96 dst->ecn_flags = src->ecn_flags; in tpcpy()
69 __u8 ecn_flags; member
303 u8 ecn_flags; /* ECN status bits. */ member
94 tp->ecn_flags, tp->rate_delivered, tp->rate_interval_us, in print_tp()
6206 __u32 ecn_flags; /* ECN status bits. */ member6622 __u32 ecn_flags; member
7033 case offsetof(struct bpf_tcp_sock, ecn_flags): in bpf_tcp_sock_convert_ctx_access()7034 BPF_TCP_SOCK_GET_COMMON(ecn_flags); in bpf_tcp_sock_convert_ctx_access()10485 case offsetof(struct bpf_sock_ops, ecn_flags): in sock_ops_convert_ctx_access()10486 SOCK_OPS_GET_TCP_SOCK_FIELD(ecn_flags); in sock_ops_convert_ctx_access()