Home
last modified time | relevance | path

Searched refs:BPF_READ (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/media/rc/
H A Dbpf-lirc.c127 return type == BPF_READ && off == 0 && size == sizeof(u32); in lirc_mode2_is_valid_access()
/linux-6.15/kernel/bpf/
H A Dverifier.c5469 false, BPF_READ, NULL); in check_stack_read_var_off()
7239 if (atype == BPF_READ && value_regno >= 0) in check_ptr_to_btf_access()
7287 if (atype != BPF_READ) { in check_ptr_to_map_access()
7345 if (type == BPF_READ) in check_stack_access_within_bounds()
7568 if (t == BPF_READ) in check_mem_access()
7640 if (t == BPF_READ && value_regno >= 0) in check_mem_access()
8100 access_size, BPF_READ, -1); in check_helper_mem_access()
9742 BPF_WRITE : BPF_READ, in check_func_arg()
9748 BPF_WRITE : BPF_READ, in check_func_arg()
20834 type = BPF_READ; in convert_ctx_accesses()
[all …]
H A Dcgroup.c2240 if (type != BPF_READ) in sysctl_is_valid_access()
2245 if (type == BPF_READ) { in sysctl_is_valid_access()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c1630 if (type != BPF_READ) in kprobe_prog_is_valid_access()
1741 if (type != BPF_READ) in tp_prog_is_valid_access()
2092 if (size != sizeof(u64) || type != BPF_READ) in raw_tp_writable_prog_is_valid_access()
2115 if (type != BPF_READ) in pe_prog_is_valid_access()
/linux-6.15/include/linux/
H A Dbpf.h903 BPF_READ = 1, enumerator
2695 if (type != BPF_READ) in bpf_tracing_ctx_access()
/linux-6.15/net/core/
H A Dfilter.c8875 return access_type == BPF_READ; in __sock_filter_check_attach_type()
9247 if (type == BPF_READ) { in sock_addr_is_valid_access()
9278 if (type != BPF_READ) in sock_addr_is_valid_access()
9285 if (type == BPF_READ) { in sock_addr_is_valid_access()
11446 off % size || type != BPF_READ) in sk_reuseport_is_valid_access()
11628 if (type != BPF_READ) in sk_lookup_is_valid_access()
/linux-6.15/kernel/sched/
H A Dext.c5593 if (type != BPF_READ) in bpf_scx_is_valid_access()