Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c8594 case bpf_ctx_range(struct __sk_buff, data): in bpf_skb_is_valid_access()
8595 case bpf_ctx_range(struct __sk_buff, data_meta): in bpf_skb_is_valid_access()
8596 case bpf_ctx_range(struct __sk_buff, data_end): in bpf_skb_is_valid_access()
8609 case bpf_ctx_range(struct __sk_buff, hwtstamp): in bpf_skb_is_valid_access()
8613 case bpf_ctx_range(struct __sk_buff, tstamp): in bpf_skb_is_valid_access()
8648 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access()
8649 case bpf_ctx_range(struct __sk_buff, data): in sk_filter_is_valid_access()
8650 case bpf_ctx_range(struct __sk_buff, data_meta): in sk_filter_is_valid_access()
8651 case bpf_ctx_range(struct __sk_buff, data_end): in sk_filter_is_valid_access()
8653 case bpf_ctx_range(struct __sk_buff, tstamp): in sk_filter_is_valid_access()
[all …]
/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()
/linux/net/ipv4/
H A Dbpf_tcp_ca.c81 case bpf_ctx_range(struct inet_connection_sock, icsk_ca_priv): in bpf_tcp_ca_btf_struct_access()
/linux/kernel/bpf/
H A Dcgroup.c1668 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type): in cgroup_dev_is_valid_access()
2222 case bpf_ctx_range(struct bpf_sysctl, write): in sysctl_is_valid_access()
2227 case bpf_ctx_range(struct bpf_sysctl, file_pos): in sysctl_is_valid_access()
/linux/kernel/trace/
H A Dbpf_trace.c2095 case bpf_ctx_range(struct bpf_perf_event_data, sample_period): in pe_prog_is_valid_access()
2100 case bpf_ctx_range(struct bpf_perf_event_data, addr): in pe_prog_is_valid_access()
/linux/include/linux/
H A Dfilter.h617 #define bpf_ctx_range(TYPE, MEMBER) \ macro