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()
357 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_data_ecn_check()364 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR) && in tcp_data_ecn_check()368 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in tcp_data_ecn_check()376 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_data_ecn_check()383 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_data_ecn_check()
368 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()369 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()377 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in tcp_ecn_send()
4303 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()5223 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, ecn_flags); in tcp_struct_check()
45 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()54 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in tcp_ecn_accept_cwr()67 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()291 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_ecn_received_counters()588 if (tp->ecn_flags & TCP_ECN_MODE_ACCECN) { in tcp_ecn_send_synack()617 tp->ecn_flags = 0; in tcp_ecn_send_syn()
428 return tp->ecn_flags & TCP_ECN_MODE_ANY; in tcp_ecn_mode_any()433 return (tp->ecn_flags & TCP_ECN_MODE_ANY) == TCP_ECN_MODE_RFC3168; in tcp_ecn_mode_rfc3168()438 return (tp->ecn_flags & TCP_ECN_MODE_ANY) == TCP_ECN_MODE_ACCECN; in tcp_ecn_mode_accecn()448 return (tp->ecn_flags & TCP_ECN_MODE_PENDING) == TCP_ECN_MODE_PENDING; in tcp_ecn_mode_pending()453 tp->ecn_flags &= ~TCP_ECN_MODE_ANY; in tcp_ecn_mode_set()454 tp->ecn_flags |= mode; in tcp_ecn_mode_set()
68 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback_cc[0]) { in BPF_PROG()173 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()175 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
99 dst->ecn_flags = src->ecn_flags; in tpcpy()
282 u8 ecn_flags; /* ECN status bits. */ member
87 u8 ecn_flags read_write tcp_e…
94 tp->ecn_flags, tp->rate_delivered, tp->rate_interval_us, in print_tp()
6469 __u32 ecn_flags; /* ECN status bits. */6926 __u32 ecn_flags;6441 __u32 ecn_flags; /* ECN status bits. */ global() member 6898 __u32 ecn_flags; global() member
7394 case offsetof(struct bpf_tcp_sock, ecn_flags): in bpf_tcp_sock_convert_ctx_access()7395 BPF_TCP_SOCK_GET_COMMON(ecn_flags); in bpf_tcp_sock_convert_ctx_access()10872 case offsetof(struct bpf_sock_ops, ecn_flags): in sock_ops_convert_ctx_access()10873 SOCK_OPS_GET_TCP_SOCK_FIELD(ecn_flags); in sock_ops_convert_ctx_access()