Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h829 enum bpf_access_type { enum
949 u32 (*convert_ctx_access)(enum bpf_access_type type,
2402 enum bpf_access_type type) in bpf_tracing_ctx_access()
2414 enum bpf_access_type type, in bpf_tracing_btf_ctx_access()
2425 int off, int size, enum bpf_access_type atype,
2682 int off, int size, enum bpf_access_type atype, in btf_struct_access()
3063 enum bpf_access_type type,
3076 enum bpf_access_type type, in bpf_sock_common_is_valid_access()
3082 enum bpf_access_type type, in bpf_sock_is_valid_access()
3132 enum bpf_access_type type, in bpf_tcp_sock_is_valid_access()
[all …]
/openbmc/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c150 enum bpf_access_type type, in bpf_dummy_ops_is_valid_access()
/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c55 enum bpf_access_type type, in bpf_tcp_ca_is_valid_access()
/openbmc/linux/net/core/
H A Dfilter.c8573 enum bpf_access_type type, in sk_filter_is_valid_access()
8602 enum bpf_access_type type, in cg_skb_is_valid_access()
8646 enum bpf_access_type type, in lwt_is_valid_access()
8729 enum bpf_access_type type, in bpf_sock_common_is_valid_access()
8778 enum bpf_access_type type, in sock_filter_is_valid_access()
8958 enum bpf_access_type type, in xdp_is_valid_access()
9136 enum bpf_access_type type, in sock_ops_is_valid_access()
9206 enum bpf_access_type type, in sk_skb_is_valid_access()
9244 enum bpf_access_type type, in sk_msg_is_valid_access()
9288 enum bpf_access_type type, in flow_dissector_is_valid_access()
[all …]
/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c122 enum bpf_access_type type, in lirc_mode2_is_valid_access()
/openbmc/linux/net/netfilter/
H A Dnf_bpf_link.c286 static bool nf_is_valid_access(int off, int size, enum bpf_access_type type, in nf_is_valid_access()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1596 static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in kprobe_prog_is_valid_access()
1707 static bool tp_prog_is_valid_access(int off, int size, enum bpf_access_type type, in tp_prog_is_valid_access()
2011 enum bpf_access_type type, in raw_tp_prog_is_valid_access()
2019 enum bpf_access_type type, in tracing_prog_is_valid_access()
2054 enum bpf_access_type type, in raw_tp_writable_prog_is_valid_access()
2074 static bool pe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in pe_prog_is_valid_access()
2112 static u32 pe_prog_convert_ctx_access(enum bpf_access_type type, in pe_prog_convert_ctx_access()
/openbmc/linux/kernel/bpf/
H A Dcgroup.c1637 enum bpf_access_type type, in cgroup_dev_is_valid_access()
2194 static bool sysctl_is_valid_access(int off, int size, enum bpf_access_type type, in sysctl_is_valid_access()
2221 static u32 sysctl_convert_ctx_access(enum bpf_access_type type, in sysctl_convert_ctx_access()
2352 enum bpf_access_type type, in cg_sockopt_is_valid_access()
2425 static u32 cg_sockopt_convert_ctx_access(enum bpf_access_type type, in cg_sockopt_convert_ctx_access()
H A Dverifier.c5083 int off, int size, enum bpf_access_type type) in check_map_access_type()
5461 enum bpf_access_type t) in may_access_direct_pkt_data()
5545 enum bpf_access_type t, enum bpf_reg_type *reg_type, in check_ctx_access()
5594 enum bpf_access_type t) in check_sock_access()
6383 enum bpf_access_type atype, in check_ptr_to_btf_access()
6533 enum bpf_access_type atype, in check_ptr_to_map_access()
6599 enum bpf_access_type t) in check_stack_slot_within_bounds()
6621 enum bpf_access_src src, enum bpf_access_type type) in check_stack_access_within_bounds()
6685 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()
7043 enum bpf_access_type bounds_check_type; in check_stack_range_initialized()
[all …]
H A Dbtf.c5926 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access()
6387 int off, int size, enum bpf_access_type atype __maybe_unused, in btf_struct_access()
H A Dsyscall.c5536 enum bpf_access_type type, in syscall_prog_is_valid_access()