Searched refs:bpf_ctx_range (Results 1 – 6 of 6) sorted by relevance
| /linux/net/core/ |
| H A D | filter.c | 9079 case bpf_ctx_range(struct __sk_buff, data): in bpf_skb_is_valid_access() 9080 case bpf_ctx_range(struct __sk_buff, data_meta): in bpf_skb_is_valid_access() 9081 case bpf_ctx_range(struct __sk_buff, data_end): in bpf_skb_is_valid_access() 9094 case bpf_ctx_range(struct __sk_buff, hwtstamp): in bpf_skb_is_valid_access() 9098 case bpf_ctx_range(struct __sk_buff, tstamp): in bpf_skb_is_valid_access() 9133 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access() 9134 case bpf_ctx_range(struct __sk_buff, data): in sk_filter_is_valid_access() 9135 case bpf_ctx_range(struct __sk_buff, data_meta): in sk_filter_is_valid_access() 9136 case bpf_ctx_range(struct __sk_buff, data_end): in sk_filter_is_valid_access() 9138 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 | 1910 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type): in cgroup_dev_is_valid_access() 2461 case bpf_ctx_range(struct bpf_sysctl, write): in sysctl_is_valid_access() 2466 case bpf_ctx_range(struct bpf_sysctl, file_pos): in sysctl_is_valid_access() 2654 case bpf_ctx_range(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
|
| /linux/include/linux/ |
| H A D | filter.h | 688 #define bpf_ctx_range(TYPE, MEMBER) \ macro
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 1884 case bpf_ctx_range(struct bpf_perf_event_data, sample_period): in pe_prog_is_valid_access() 1889 case bpf_ctx_range(struct bpf_perf_event_data, addr): in pe_prog_is_valid_access()
|