Searched refs:bpf_ctx_range (Results 1 – 6 of 6) sorted by relevance
| /linux/net/core/ |
| H A D | filter.c | 8833 case bpf_ctx_range(struct __sk_buff, data): in bpf_skb_is_valid_access() 8834 case bpf_ctx_range(struct __sk_buff, data_meta): in bpf_skb_is_valid_access() 8835 case bpf_ctx_range(struct __sk_buff, data_end): in bpf_skb_is_valid_access() 8848 case bpf_ctx_range(struct __sk_buff, hwtstamp): in bpf_skb_is_valid_access() 8852 case bpf_ctx_range(struct __sk_buff, tstamp): in bpf_skb_is_valid_access() 8887 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access() 8888 case bpf_ctx_range(struct __sk_buff, data): in sk_filter_is_valid_access() 8889 case bpf_ctx_range(struct __sk_buff, data_meta): in sk_filter_is_valid_access() 8890 case bpf_ctx_range(struct __sk_buff, data_end): in sk_filter_is_valid_access() 8892 case bpf_ctx_range(struct __sk_buff, tstamp): in sk_filter_is_valid_access() [all …]
|
| /linux/net/netfilter/ |
| H A D | nf_bpf_link.c | 306 case bpf_ctx_range(struct bpf_nf_ctx, skb): in nf_is_valid_access() 311 case bpf_ctx_range(struct bpf_nf_ctx, state): in nf_is_valid_access()
|
| /linux/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 81 case bpf_ctx_range(struct inet_connection_sock, icsk_ca_priv): in bpf_tcp_ca_btf_struct_access()
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 1847 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type): in cgroup_dev_is_valid_access() 2397 case bpf_ctx_range(struct bpf_sysctl, write): in sysctl_is_valid_access() 2402 case bpf_ctx_range(struct bpf_sysctl, file_pos): in sysctl_is_valid_access() 2590 case bpf_ctx_range(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 1853 case bpf_ctx_range(struct bpf_perf_event_data, sample_period): in pe_prog_is_valid_access() 1858 case bpf_ctx_range(struct bpf_perf_event_data, addr): in pe_prog_is_valid_access()
|
| /linux/include/linux/ |
| H A D | filter.h | 631 #define bpf_ctx_range(TYPE, MEMBER) \ macro
|