Lines Matching defs:bpf_sock_ops

9166 	if (off < 0 || off >= sizeof(struct bpf_sock_ops))
9175 case offsetof(struct bpf_sock_ops, reply):
9176 case offsetof(struct bpf_sock_ops, sk_txhash):
9185 case bpf_ctx_range_till(struct bpf_sock_ops, bytes_received,
9190 case offsetof(struct bpf_sock_ops, sk):
9195 case offsetof(struct bpf_sock_ops, skb_data):
9200 case offsetof(struct bpf_sock_ops, skb_data_end):
9205 case offsetof(struct bpf_sock_ops, skb_tcp_flags):
9209 case offsetof(struct bpf_sock_ops, skb_hwtstamp):
10285 sizeof_field(struct bpf_sock_ops, BPF_FIELD)); \
10377 sizeof_field(struct bpf_sock_ops, BPF_FIELD)); \
10415 case offsetof(struct bpf_sock_ops, op):
10422 case offsetof(struct bpf_sock_ops, replylong[0]) ...
10423 offsetof(struct bpf_sock_ops, replylong[3]):
10424 BUILD_BUG_ON(sizeof_field(struct bpf_sock_ops, reply) !=
10426 BUILD_BUG_ON(sizeof_field(struct bpf_sock_ops, replylong) !=
10429 off -= offsetof(struct bpf_sock_ops, replylong[0]);
10438 case offsetof(struct bpf_sock_ops, family):
10449 case offsetof(struct bpf_sock_ops, remote_ip4):
10460 case offsetof(struct bpf_sock_ops, local_ip4):
10473 case offsetof(struct bpf_sock_ops, remote_ip6[0]) ...
10474 offsetof(struct bpf_sock_ops, remote_ip6[3]):
10480 off -= offsetof(struct bpf_sock_ops, remote_ip6[0]);
10494 case offsetof(struct bpf_sock_ops, local_ip6[0]) ...
10495 offsetof(struct bpf_sock_ops, local_ip6[3]):
10501 off -= offsetof(struct bpf_sock_ops, local_ip6[0]);
10515 case offsetof(struct bpf_sock_ops, remote_port):
10529 case offsetof(struct bpf_sock_ops, local_port):
10540 case offsetof(struct bpf_sock_ops, is_fullsock):
10549 case offsetof(struct bpf_sock_ops, state):
10560 case offsetof(struct bpf_sock_ops, rtt_min):
10575 case offsetof(struct bpf_sock_ops, bpf_sock_ops_cb_flags):
10580 case offsetof(struct bpf_sock_ops, sk_txhash):
10584 case offsetof(struct bpf_sock_ops, snd_cwnd):
10587 case offsetof(struct bpf_sock_ops, srtt_us):
10590 case offsetof(struct bpf_sock_ops, snd_ssthresh):
10593 case offsetof(struct bpf_sock_ops, rcv_nxt):
10596 case offsetof(struct bpf_sock_ops, snd_nxt):
10599 case offsetof(struct bpf_sock_ops, snd_una):
10602 case offsetof(struct bpf_sock_ops, mss_cache):
10605 case offsetof(struct bpf_sock_ops, ecn_flags):
10608 case offsetof(struct bpf_sock_ops, rate_delivered):
10611 case offsetof(struct bpf_sock_ops, rate_interval_us):
10614 case offsetof(struct bpf_sock_ops, packets_out):
10617 case offsetof(struct bpf_sock_ops, retrans_out):
10620 case offsetof(struct bpf_sock_ops, total_retrans):
10623 case offsetof(struct bpf_sock_ops, segs_in):
10626 case offsetof(struct bpf_sock_ops, data_segs_in):
10629 case offsetof(struct bpf_sock_ops, segs_out):
10632 case offsetof(struct bpf_sock_ops, data_segs_out):
10635 case offsetof(struct bpf_sock_ops, lost_out):
10638 case offsetof(struct bpf_sock_ops, sacked_out):
10641 case offsetof(struct bpf_sock_ops, bytes_received):
10644 case offsetof(struct bpf_sock_ops, bytes_acked):
10647 case offsetof(struct bpf_sock_ops, sk):
10650 case offsetof(struct bpf_sock_ops, skb_data_end):
10657 case offsetof(struct bpf_sock_ops, skb_data):
10668 case offsetof(struct bpf_sock_ops, skb_len):
10679 case offsetof(struct bpf_sock_ops, skb_tcp_flags):
10693 case offsetof(struct bpf_sock_ops, skb_hwtstamp): {