bpf_sock_ops 7034 net/core/filter.c if (off < 0 || off >= sizeof(struct bpf_sock_ops)) bpf_sock_ops 7043 net/core/filter.c case offsetof(struct bpf_sock_ops, reply): bpf_sock_ops 7044 net/core/filter.c case offsetof(struct bpf_sock_ops, sk_txhash): bpf_sock_ops 7053 net/core/filter.c case bpf_ctx_range_till(struct bpf_sock_ops, bytes_received, bpf_sock_ops 7058 net/core/filter.c case offsetof(struct bpf_sock_ops, sk): bpf_sock_ops 7989 net/core/filter.c FIELD_SIZEOF(struct bpf_sock_ops, BPF_FIELD)); \ bpf_sock_ops 8023 net/core/filter.c FIELD_SIZEOF(struct bpf_sock_ops, BPF_FIELD)); \ bpf_sock_ops 8062 net/core/filter.c case offsetof(struct bpf_sock_ops, op) ... bpf_sock_ops 8063 net/core/filter.c offsetof(struct bpf_sock_ops, replylong[3]): bpf_sock_ops 8064 net/core/filter.c BUILD_BUG_ON(FIELD_SIZEOF(struct bpf_sock_ops, op) != bpf_sock_ops 8066 net/core/filter.c BUILD_BUG_ON(FIELD_SIZEOF(struct bpf_sock_ops, reply) != bpf_sock_ops 8068 net/core/filter.c BUILD_BUG_ON(FIELD_SIZEOF(struct bpf_sock_ops, replylong) != bpf_sock_ops 8071 net/core/filter.c off -= offsetof(struct bpf_sock_ops, op); bpf_sock_ops 8081 net/core/filter.c case offsetof(struct bpf_sock_ops, family): bpf_sock_ops 8092 net/core/filter.c case offsetof(struct bpf_sock_ops, remote_ip4): bpf_sock_ops 8103 net/core/filter.c case offsetof(struct bpf_sock_ops, local_ip4): bpf_sock_ops 8116 net/core/filter.c case offsetof(struct bpf_sock_ops, remote_ip6[0]) ... bpf_sock_ops 8117 net/core/filter.c offsetof(struct bpf_sock_ops, remote_ip6[3]): bpf_sock_ops 8123 net/core/filter.c off -= offsetof(struct bpf_sock_ops, remote_ip6[0]); bpf_sock_ops 8137 net/core/filter.c case offsetof(struct bpf_sock_ops, local_ip6[0]) ... bpf_sock_ops 8138 net/core/filter.c offsetof(struct bpf_sock_ops, local_ip6[3]): bpf_sock_ops 8144 net/core/filter.c off -= offsetof(struct bpf_sock_ops, local_ip6[0]); bpf_sock_ops 8158 net/core/filter.c case offsetof(struct bpf_sock_ops, remote_port): bpf_sock_ops 8172 net/core/filter.c case offsetof(struct bpf_sock_ops, local_port): bpf_sock_ops 8183 net/core/filter.c case offsetof(struct bpf_sock_ops, is_fullsock): bpf_sock_ops 8192 net/core/filter.c case offsetof(struct bpf_sock_ops, state): bpf_sock_ops 8203 net/core/filter.c case offsetof(struct bpf_sock_ops, rtt_min): bpf_sock_ops 8218 net/core/filter.c case offsetof(struct bpf_sock_ops, bpf_sock_ops_cb_flags): bpf_sock_ops 8223 net/core/filter.c case offsetof(struct bpf_sock_ops, sk_txhash): bpf_sock_ops 8227 net/core/filter.c case offsetof(struct bpf_sock_ops, snd_cwnd): bpf_sock_ops 8230 net/core/filter.c case offsetof(struct bpf_sock_ops, srtt_us): bpf_sock_ops 8233 net/core/filter.c case offsetof(struct bpf_sock_ops, snd_ssthresh): bpf_sock_ops 8236 net/core/filter.c case offsetof(struct bpf_sock_ops, rcv_nxt): bpf_sock_ops 8239 net/core/filter.c case offsetof(struct bpf_sock_ops, snd_nxt): bpf_sock_ops 8242 net/core/filter.c case offsetof(struct bpf_sock_ops, snd_una): bpf_sock_ops 8245 net/core/filter.c case offsetof(struct bpf_sock_ops, mss_cache): bpf_sock_ops 8248 net/core/filter.c case offsetof(struct bpf_sock_ops, ecn_flags): bpf_sock_ops 8251 net/core/filter.c case offsetof(struct bpf_sock_ops, rate_delivered): bpf_sock_ops 8254 net/core/filter.c case offsetof(struct bpf_sock_ops, rate_interval_us): bpf_sock_ops 8257 net/core/filter.c case offsetof(struct bpf_sock_ops, packets_out): bpf_sock_ops 8260 net/core/filter.c case offsetof(struct bpf_sock_ops, retrans_out): bpf_sock_ops 8263 net/core/filter.c case offsetof(struct bpf_sock_ops, total_retrans): bpf_sock_ops 8266 net/core/filter.c case offsetof(struct bpf_sock_ops, segs_in): bpf_sock_ops 8269 net/core/filter.c case offsetof(struct bpf_sock_ops, data_segs_in): bpf_sock_ops 8272 net/core/filter.c case offsetof(struct bpf_sock_ops, segs_out): bpf_sock_ops 8275 net/core/filter.c case offsetof(struct bpf_sock_ops, data_segs_out): bpf_sock_ops 8278 net/core/filter.c case offsetof(struct bpf_sock_ops, lost_out): bpf_sock_ops 8281 net/core/filter.c case offsetof(struct bpf_sock_ops, sacked_out): bpf_sock_ops 8284 net/core/filter.c case offsetof(struct bpf_sock_ops, bytes_received): bpf_sock_ops 8287 net/core/filter.c case offsetof(struct bpf_sock_ops, bytes_acked): bpf_sock_ops 8290 net/core/filter.c case offsetof(struct bpf_sock_ops, sk): bpf_sock_ops 25 samples/bpf/tcp_basertt_kern.c int bpf_basertt(struct bpf_sock_ops *skops) bpf_sock_ops 26 samples/bpf/tcp_bufs_kern.c int bpf_bufs(struct bpf_sock_ops *skops) bpf_sock_ops 26 samples/bpf/tcp_clamp_kern.c int bpf_clamp(struct bpf_sock_ops *skops) bpf_sock_ops 25 samples/bpf/tcp_cong_kern.c int bpf_cong(struct bpf_sock_ops *skops) bpf_sock_ops 26 samples/bpf/tcp_dumpstats_kern.c int _sockops(struct bpf_sock_ops *ctx) bpf_sock_ops 26 samples/bpf/tcp_iw_kern.c int bpf_iw(struct bpf_sock_ops *skops) bpf_sock_ops 25 samples/bpf/tcp_rwnd_kern.c int bpf_rwnd(struct bpf_sock_ops *skops) bpf_sock_ops 25 samples/bpf/tcp_synrto_kern.c int bpf_synrto(struct bpf_sock_ops *skops) bpf_sock_ops 24 samples/bpf/tcp_tos_reflect_kern.c int bpf_basertt(struct bpf_sock_ops *skops) bpf_sock_ops 42 tools/testing/selftests/bpf/progs/socket_cookie_prog.c int update_cookie(struct bpf_sock_ops *ctx) bpf_sock_ops 25 tools/testing/selftests/bpf/progs/tcp_rtt.c int _sockops(struct bpf_sock_ops *ctx) bpf_sock_ops 54 tools/testing/selftests/bpf/progs/test_tcpbpf_kern.c int bpf_testcb(struct bpf_sock_ops *skops) bpf_sock_ops 34 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c int bpf_testcb(struct bpf_sock_ops *skops) bpf_sock_ops 124 tools/testing/selftests/bpf/test_sockmap_kern.h int bpf_sockmap(struct bpf_sock_ops *skops) bpf_sock_ops 51 tools/testing/selftests/bpf/verifier/var_off.c BPF_LDX_MEM(BPF_DW, BPF_REG_4, BPF_REG_1, offsetof(struct bpf_sock_ops,