Home
last modified time | relevance | path

Searched refs:bpf_access_type (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/include/linux/
H A Dbpf.h902 enum bpf_access_type { enum
1043 u32 (*convert_ctx_access)(enum bpf_access_type type,
2691 enum bpf_access_type type) in bpf_tracing_ctx_access()
2703 enum bpf_access_type type, in bpf_tracing_btf_ctx_access()
2714 int off, int size, enum bpf_access_type atype,
3001 int off, int size, enum bpf_access_type atype, in btf_struct_access()
3406 enum bpf_access_type type,
3419 enum bpf_access_type type, in bpf_sock_common_is_valid_access()
3425 enum bpf_access_type type, in bpf_sock_is_valid_access()
3475 enum bpf_access_type type, in bpf_tcp_sock_is_valid_access()
[all …]
/linux-6.15/net/core/
H A Dfilter.c8725 enum bpf_access_type type, in sk_filter_is_valid_access()
8754 enum bpf_access_type type, in cg_skb_is_valid_access()
8798 enum bpf_access_type type, in lwt_is_valid_access()
8881 enum bpf_access_type type, in bpf_sock_common_is_valid_access()
8930 enum bpf_access_type type, in sock_filter_is_valid_access()
9110 enum bpf_access_type type, in xdp_is_valid_access()
9297 enum bpf_access_type type, in sock_ops_is_valid_access()
9367 enum bpf_access_type type, in sk_skb_is_valid_access()
9405 enum bpf_access_type type, in sk_msg_is_valid_access()
9449 enum bpf_access_type type, in flow_dissector_is_valid_access()
[all …]
/linux-6.15/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c32 enum bpf_access_type type, in hid_bpf_ops_is_valid_access()
/linux-6.15/drivers/media/rc/
H A Dbpf-lirc.c122 enum bpf_access_type type, in lirc_mode2_is_valid_access()
/linux-6.15/net/bpf/
H A Dbpf_dummy_struct_ops.c211 enum bpf_access_type type, in bpf_dummy_ops_is_valid_access()
/linux-6.15/net/ipv4/
H A Dbpf_tcp_ca.c45 enum bpf_access_type type, in bpf_tcp_ca_is_valid_access()
/linux-6.15/net/netfilter/
H A Dnf_bpf_link.c291 static bool nf_is_valid_access(int off, int size, enum bpf_access_type type, in nf_is_valid_access()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c1624 static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in kprobe_prog_is_valid_access()
1735 static bool tp_prog_is_valid_access(int off, int size, enum bpf_access_type type, in tp_prog_is_valid_access()
2044 enum bpf_access_type type, in raw_tp_prog_is_valid_access()
2052 enum bpf_access_type type, in tracing_prog_is_valid_access()
2087 enum bpf_access_type type, in raw_tp_writable_prog_is_valid_access()
2107 static bool pe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in pe_prog_is_valid_access()
2145 static u32 pe_prog_convert_ctx_access(enum bpf_access_type type, in pe_prog_convert_ctx_access()
/linux-6.15/kernel/bpf/
H A Dcgroup.c1669 enum bpf_access_type type, in cgroup_dev_is_valid_access()
2229 static bool sysctl_is_valid_access(int off, int size, enum bpf_access_type type, in sysctl_is_valid_access()
2256 static u32 sysctl_convert_ctx_access(enum bpf_access_type type, in sysctl_convert_ctx_access()
2387 enum bpf_access_type type, in cg_sockopt_is_valid_access()
2460 static u32 cg_sockopt_convert_ctx_access(enum bpf_access_type type, in cg_sockopt_convert_ctx_access()
H A Dverifier.c5436 enum bpf_access_type type,
5570 int off, int size, enum bpf_access_type type) in check_map_access_type()
6028 enum bpf_access_type t) in may_access_direct_pkt_data()
6157 enum bpf_access_type t) in check_sock_access()
7098 enum bpf_access_type atype, in check_ptr_to_btf_access()
7248 enum bpf_access_type atype, in check_ptr_to_map_access()
7336 enum bpf_access_type type) in check_stack_access_within_bounds()
7411 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()
8042 int access_size, enum bpf_access_type access_type, in check_helper_mem_access()
8140 enum bpf_access_type access_type, in check_mem_size_reg()
[all …]
H A Dbtf.c6654 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access()
7172 int off, int size, enum bpf_access_type atype __maybe_unused, in btf_struct_access()
H A Dsyscall.c5945 enum bpf_access_type type, in syscall_prog_is_valid_access()
/linux-6.15/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1104 enum bpf_access_type type, in bpf_testmod_ops_is_valid_access()
/linux-6.15/kernel/sched/
H A Dext.c5589 enum bpf_access_type type, in bpf_scx_is_valid_access()