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()
100 case offsetof(struct tcp_sock, ecn_flags): in bpf_tcp_ca_btf_struct_access()101 end = offsetofend(struct tcp_sock, ecn_flags); in bpf_tcp_ca_btf_struct_access()
93 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
336 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()337 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()356 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()369 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()376 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR)) { in __tcp_ecn_check_ce()379 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in __tcp_ecn_check_ce()381 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()386 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()393 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()400 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()[all …]
325 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()347 tp->ecn_flags = 0; in tcp_ecn_send_syn()351 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()381 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()386 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()387 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()395 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in tcp_ecn_send()
456 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
4109 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()4111 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()5011 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, ecn_flags); in tcp_struct_check()
74 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback_cc[0]) { in BPF_PROG()179 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()181 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
99 dst->ecn_flags = src->ecn_flags; in tpcpy()
85 u8 ecn_flags read_write - tcp_e…
276 u8 ecn_flags; /* ECN status bits. */ member
94 tp->ecn_flags, tp->rate_delivered, tp->rate_interval_us, in print_tp()
6362 __u32 ecn_flags; /* ECN status bits. */ member6805 __u32 ecn_flags; member
7191 case offsetof(struct bpf_tcp_sock, ecn_flags): in bpf_tcp_sock_convert_ctx_access()7192 BPF_TCP_SOCK_GET_COMMON(ecn_flags); in bpf_tcp_sock_convert_ctx_access()10661 case offsetof(struct bpf_sock_ops, ecn_flags): in sock_ops_convert_ctx_access()10662 SOCK_OPS_GET_TCP_SOCK_FIELD(ecn_flags); in sock_ops_convert_ctx_access()
Completed in 109 milliseconds