Lines Matching refs:bpf_tcp_sock

7070 	if (off < 0 || off >= offsetofend(struct bpf_tcp_sock,
7078 case offsetof(struct bpf_tcp_sock, bytes_received):
7079 case offsetof(struct bpf_tcp_sock, bytes_acked):
7096 sizeof_field(struct bpf_tcp_sock, FIELD)); \
7106 sizeof_field(struct bpf_tcp_sock, FIELD)); \
7116 BTF_TYPE_EMIT(struct bpf_tcp_sock);
7119 case offsetof(struct bpf_tcp_sock, rtt_min):
7129 case offsetof(struct bpf_tcp_sock, snd_cwnd):
7132 case offsetof(struct bpf_tcp_sock, srtt_us):
7135 case offsetof(struct bpf_tcp_sock, snd_ssthresh):
7138 case offsetof(struct bpf_tcp_sock, rcv_nxt):
7141 case offsetof(struct bpf_tcp_sock, snd_nxt):
7144 case offsetof(struct bpf_tcp_sock, snd_una):
7147 case offsetof(struct bpf_tcp_sock, mss_cache):
7150 case offsetof(struct bpf_tcp_sock, ecn_flags):
7153 case offsetof(struct bpf_tcp_sock, rate_delivered):
7156 case offsetof(struct bpf_tcp_sock, rate_interval_us):
7159 case offsetof(struct bpf_tcp_sock, packets_out):
7162 case offsetof(struct bpf_tcp_sock, retrans_out):
7165 case offsetof(struct bpf_tcp_sock, total_retrans):
7168 case offsetof(struct bpf_tcp_sock, segs_in):
7171 case offsetof(struct bpf_tcp_sock, data_segs_in):
7174 case offsetof(struct bpf_tcp_sock, segs_out):
7177 case offsetof(struct bpf_tcp_sock, data_segs_out):
7180 case offsetof(struct bpf_tcp_sock, lost_out):
7183 case offsetof(struct bpf_tcp_sock, sacked_out):
7186 case offsetof(struct bpf_tcp_sock, bytes_received):
7189 case offsetof(struct bpf_tcp_sock, bytes_acked):
7192 case offsetof(struct bpf_tcp_sock, dsack_dups):
7195 case offsetof(struct bpf_tcp_sock, delivered):
7198 case offsetof(struct bpf_tcp_sock, delivered_ce):
7201 case offsetof(struct bpf_tcp_sock, icsk_retransmits):
7209 BPF_CALL_1(bpf_tcp_sock, struct sock *, sk)
7218 .func = bpf_tcp_sock,