Home
last modified time | relevance | path

Searched refs:bpf_verifier_ops (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/bpf/bpf_test_no_cfi/
H A Dbpf_test_no_cfi.c34 static const struct bpf_verifier_ops dummy_verifier_ops;
/linux/net/netfilter/
H A Dnf_bpf_link.c320 const struct bpf_verifier_ops netfilter_verifier_ops = {
/linux/drivers/media/rc/
H A Dbpf-lirc.c130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c263 static const struct bpf_verifier_ops bpf_dummy_verifier_ops = {
/linux/net/ipv4/
H A Dbpf_tcp_ca.c220 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
/linux/kernel/bpf/
H A Dbpf_lsm.c388 const struct bpf_verifier_ops lsm_verifier_ops = {
H A Dcgroup.c1667 const struct bpf_verifier_ops cg_dev_verifier_ops = {
2286 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
2513 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
H A Dtrampoline.c18 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
H A Dbpf_struct_ops.c66 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
H A Dverifier.c34 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
19091 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
21435 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()
21499 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
21520 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
H A Dsyscall.c5954 const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
/linux/kernel/trace/
H A Dbpf_trace.c1697 const struct bpf_verifier_ops kprobe_verifier_ops = {
1803 const struct bpf_verifier_ops tracepoint_verifier_ops = {
2119 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
2130 const struct bpf_verifier_ops tracing_verifier_ops = {
2152 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
2234 const struct bpf_verifier_ops perf_event_verifier_ops = {
/linux/include/linux/
H A Dbpf.h954 struct bpf_verifier_ops { struct
1725 const struct bpf_verifier_ops *verifier_ops;
2191 extern const struct bpf_verifier_ops _name ## _verifier_ops;
2201 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
2202 extern const struct bpf_verifier_ops xdp_analyzer_ops;
H A Dbpf_verifier.h677 const struct bpf_verifier_ops *ops;
/linux/net/core/
H A Dfilter.c10954 const struct bpf_verifier_ops sk_filter_verifier_ops = {
10978 const struct bpf_verifier_ops xdp_verifier_ops = {
10990 const struct bpf_verifier_ops cg_skb_verifier_ops = {
11000 const struct bpf_verifier_ops lwt_in_verifier_ops = {
11010 const struct bpf_verifier_ops lwt_out_verifier_ops = {
11020 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
11041 const struct bpf_verifier_ops cg_sock_verifier_ops = {
11059 const struct bpf_verifier_ops sock_ops_verifier_ops = {
11068 const struct bpf_verifier_ops sk_skb_verifier_ops = {
11078 const struct bpf_verifier_ops sk_msg_verifier_ops = {
[all …]
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c819 static const struct bpf_verifier_ops bpf_testmod_verifier_ops = {
/linux/Documentation/bpf/
H A Dverifier.rst91 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()