Home
last modified time | relevance | path

Searched refs:bpf_ctx_range (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/core/
H A Dfilter.c8555 case bpf_ctx_range(struct __sk_buff, data): in bpf_skb_is_valid_access()
8556 case bpf_ctx_range(struct __sk_buff, data_meta): in bpf_skb_is_valid_access()
8557 case bpf_ctx_range(struct __sk_buff, data_end): in bpf_skb_is_valid_access()
8563 case bpf_ctx_range(struct __sk_buff, hwtstamp): in bpf_skb_is_valid_access()
8567 case bpf_ctx_range(struct __sk_buff, tstamp): in bpf_skb_is_valid_access()
8602 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access()
8603 case bpf_ctx_range(struct __sk_buff, data): in sk_filter_is_valid_access()
8604 case bpf_ctx_range(struct __sk_buff, data_meta): in sk_filter_is_valid_access()
8605 case bpf_ctx_range(struct __sk_buff, data_end): in sk_filter_is_valid_access()
8607 case bpf_ctx_range(struct __sk_buff, tstamp): in sk_filter_is_valid_access()
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_bpf_link.c302 case bpf_ctx_range(struct bpf_nf_ctx, skb): in nf_is_valid_access()
307 case bpf_ctx_range(struct bpf_nf_ctx, state): in nf_is_valid_access()
/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c91 case bpf_ctx_range(struct inet_connection_sock, icsk_ca_priv): in bpf_tcp_ca_btf_struct_access()
/openbmc/linux/kernel/bpf/
H A Dcgroup.c1670 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type): in cgroup_dev_is_valid_access()
2224 case bpf_ctx_range(struct bpf_sysctl, write): in sysctl_is_valid_access()
2229 case bpf_ctx_range(struct bpf_sysctl, file_pos): in sysctl_is_valid_access()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c2097 case bpf_ctx_range(struct bpf_perf_event_data, sample_period): in pe_prog_is_valid_access()
2102 case bpf_ctx_range(struct bpf_perf_event_data, addr): in pe_prog_is_valid_access()
/openbmc/linux/include/linux/
H A Dfilter.h530 #define bpf_ctx_range(TYPE, MEMBER) \ macro