/openbmc/linux/include/linux/ |
H A D | bpf.h | 841 enum bpf_access_type { enum 954 bool (*is_valid_access)(int off, int size, enum bpf_access_type type, 961 u32 (*convert_ctx_access)(enum bpf_access_type type, 1835 typedef u32 (*bpf_convert_ctx_access_t)(enum bpf_access_type type, 2406 bool btf_ctx_access(int off, int size, enum bpf_access_type type, 2411 enum bpf_access_type type) in bpf_tracing_ctx_access() 2423 enum bpf_access_type type, in bpf_tracing_btf_ctx_access() 2434 int off, int size, enum bpf_access_type atype, 2691 int off, int size, enum bpf_access_type atype, in btf_struct_access() 3072 enum bpf_access_type type, [all …]
|
/openbmc/linux/net/bpf/ |
H A D | bpf_dummy_struct_ops.c | 150 enum bpf_access_type type, in bpf_dummy_ops_is_valid_access()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7070 bool bpf_tcp_sock_is_valid_access(int off, int size, enum bpf_access_type type, in bpf_tcp_sock_is_valid_access() 7089 u32 bpf_tcp_sock_convert_ctx_access(enum bpf_access_type type, in bpf_tcp_sock_convert_ctx_access() 7268 bool bpf_xdp_sock_is_valid_access(int off, int size, enum bpf_access_type type, in bpf_xdp_sock_is_valid_access() 7283 u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, in bpf_xdp_sock_convert_ctx_access() 8533 static bool bpf_skb_is_valid_access(int off, int size, enum bpf_access_type type, in bpf_skb_is_valid_access() 8597 enum bpf_access_type type, in sk_filter_is_valid_access() 8626 enum bpf_access_type type, in cg_skb_is_valid_access() 8670 enum bpf_access_type type, in lwt_is_valid_access() 8709 enum bpf_access_type access_type, in __sock_filter_check_attach_type() 8753 enum bpf_access_type type, in bpf_sock_common_is_valid_access() [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | bpf_tcp_ca.c | 55 enum bpf_access_type type, in bpf_tcp_ca_is_valid_access()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 1599 static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in kprobe_prog_is_valid_access() 1710 static bool tp_prog_is_valid_access(int off, int size, enum bpf_access_type type, in tp_prog_is_valid_access() 2014 enum bpf_access_type type, in raw_tp_prog_is_valid_access() 2022 enum bpf_access_type type, in tracing_prog_is_valid_access() 2057 enum bpf_access_type type, in raw_tp_writable_prog_is_valid_access() 2077 static bool pe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in pe_prog_is_valid_access() 2115 static u32 pe_prog_convert_ctx_access(enum bpf_access_type type, in pe_prog_convert_ctx_access()
|
/openbmc/linux/drivers/media/rc/ |
H A D | bpf-lirc.c | 122 enum bpf_access_type type, in lirc_mode2_is_valid_access()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_bpf_link.c | 291 static bool nf_is_valid_access(int off, int size, enum bpf_access_type type, in nf_is_valid_access()
|
/openbmc/linux/kernel/bpf/ |
H A D | cgroup.c | 1654 enum bpf_access_type type, in cgroup_dev_is_valid_access() 2214 static bool sysctl_is_valid_access(int off, int size, enum bpf_access_type type, in sysctl_is_valid_access() 2241 static u32 sysctl_convert_ctx_access(enum bpf_access_type type, in sysctl_convert_ctx_access() 2372 enum bpf_access_type type, in cg_sockopt_is_valid_access() 2445 static u32 cg_sockopt_convert_ctx_access(enum bpf_access_type type, in cg_sockopt_convert_ctx_access()
|
H A D | verifier.c | 5092 int off, int size, enum bpf_access_type type) in check_map_access_type() 5470 enum bpf_access_type t) in may_access_direct_pkt_data() 5554 enum bpf_access_type t, enum bpf_reg_type *reg_type, in check_ctx_access() 5603 enum bpf_access_type t) in check_sock_access() 6394 enum bpf_access_type atype, in check_ptr_to_btf_access() 6544 enum bpf_access_type atype, in check_ptr_to_map_access() 6610 enum bpf_access_type t) in check_stack_slot_within_bounds() 6632 enum bpf_access_src src, enum bpf_access_type type) in check_stack_access_within_bounds() 6696 int off, int bpf_size, enum bpf_access_type t, in check_mem_access() 7054 enum bpf_access_type bounds_check_type; in check_stack_range_initialized() [all …]
|
H A D | btf.c | 5926 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() 6393 int off, int size, enum bpf_access_type atype __maybe_unused, in btf_struct_access()
|
H A D | syscall.c | 5574 enum bpf_access_type type, in syscall_prog_is_valid_access()
|