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.h841 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 Dbpf_dummy_struct_ops.c150 enum bpf_access_type type, in bpf_dummy_ops_is_valid_access()
/openbmc/linux/net/core/
H A Dfilter.c7070 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 Dbpf_tcp_ca.c55 enum bpf_access_type type, in bpf_tcp_ca_is_valid_access()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1599 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 Dbpf-lirc.c122 enum bpf_access_type type, in lirc_mode2_is_valid_access()
/openbmc/linux/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()
/openbmc/linux/kernel/bpf/
H A Dcgroup.c1654 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 Dverifier.c5092 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 Dbtf.c5926 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 Dsyscall.c5574 enum bpf_access_type type, in syscall_prog_is_valid_access()