Searched refs:bpf_access_type (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
A D | bpf.h | 403 enum bpf_access_type { enum 514 u32 (*convert_ctx_access)(enum bpf_access_type type, 521 enum bpf_access_type atype, 1670 enum bpf_access_type type) in bpf_tracing_ctx_access() 1682 enum bpf_access_type type, in bpf_tracing_btf_ctx_access() 1693 enum bpf_access_type atype, 2167 enum bpf_access_type type, 2178 enum bpf_access_type type, in bpf_sock_common_is_valid_access() 2184 enum bpf_access_type type, in bpf_sock_is_valid_access() 2229 enum bpf_access_type type, in bpf_tcp_sock_is_valid_access() [all …]
|
/linux/net/bpf/ |
A D | bpf_dummy_struct_ops.c | 137 enum bpf_access_type type, in bpf_dummy_ops_is_valid_access() 147 int size, enum bpf_access_type atype, in bpf_dummy_ops_btf_struct_access()
|
/linux/net/ipv4/ |
A D | bpf_tcp_ca.c | 80 enum bpf_access_type type, in bpf_tcp_ca_is_valid_access() 97 int size, enum bpf_access_type atype, in bpf_tcp_ca_btf_struct_access()
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 1240 static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in kprobe_prog_is_valid_access() 1351 static bool tp_prog_is_valid_access(int off, int size, enum bpf_access_type type, in tp_prog_is_valid_access() 1643 enum bpf_access_type type, in raw_tp_prog_is_valid_access() 1651 enum bpf_access_type type, in tracing_prog_is_valid_access() 1686 enum bpf_access_type type, in raw_tp_writable_prog_is_valid_access() 1706 static bool pe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in pe_prog_is_valid_access() 1744 static u32 pe_prog_convert_ctx_access(enum bpf_access_type type, in pe_prog_convert_ctx_access()
|
/linux/net/core/ |
A D | filter.c | 7802 enum bpf_access_type type, in sk_filter_is_valid_access() 7831 enum bpf_access_type type, in cg_skb_is_valid_access() 7875 enum bpf_access_type type, in lwt_is_valid_access() 7958 enum bpf_access_type type, in bpf_sock_common_is_valid_access() 7999 enum bpf_access_type type, in sock_filter_is_valid_access() 8148 enum bpf_access_type type, in xdp_is_valid_access() 8312 enum bpf_access_type type, in sock_ops_is_valid_access() 8378 enum bpf_access_type type, in sk_skb_is_valid_access() 8416 enum bpf_access_type type, in sk_msg_is_valid_access() 8460 enum bpf_access_type type, in flow_dissector_is_valid_access() [all …]
|
/linux/kernel/bpf/ |
A D | cgroup.c | 1239 enum bpf_access_type type, in cgroup_dev_is_valid_access() 1819 static bool sysctl_is_valid_access(int off, int size, enum bpf_access_type type, in sysctl_is_valid_access() 1846 static u32 sysctl_convert_ctx_access(enum bpf_access_type type, in sysctl_convert_ctx_access() 1963 enum bpf_access_type type, in cg_sockopt_is_valid_access() 2029 static u32 cg_sockopt_convert_ctx_access(enum bpf_access_type type, in cg_sockopt_convert_ctx_access()
|
A D | verifier.c | 3306 int off, int size, enum bpf_access_type type) in check_map_access_type() 3472 enum bpf_access_type t) in may_access_direct_pkt_data() 3556 enum bpf_access_type t, enum bpf_reg_type *reg_type, in check_ctx_access() 3605 enum bpf_access_type t) in check_sock_access() 4112 enum bpf_access_type atype, in check_ptr_to_btf_access() 4162 enum bpf_access_type atype, in check_ptr_to_map_access() 4222 enum bpf_access_type t) in check_stack_slot_within_bounds() 4244 enum stack_access_src src, enum bpf_access_type type) in check_stack_access_within_bounds() 4307 int off, int bpf_size, enum bpf_access_type t, in check_mem_access() 4639 enum bpf_access_type bounds_check_type; in check_stack_range_initialized() [all …]
|
A D | btf.c | 4830 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() 5242 enum bpf_access_type atype __maybe_unused, in btf_struct_access()
|
A D | syscall.c | 4741 enum bpf_access_type type, in syscall_prog_is_valid_access()
|
/linux/drivers/media/rc/ |
A D | bpf-lirc.c | 122 enum bpf_access_type type, in lirc_mode2_is_valid_access()
|
Completed in 77 milliseconds