Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dbpf_lsm.c74 const struct bpf_verifier_ops lsm_verifier_ops = {
Dtrampoline.c14 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
Dcgroup.c1201 const struct bpf_verifier_ops cg_dev_verifier_ops = {
1748 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
1899 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
Dbpf_struct_ops.c91 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
Dverifier.c28 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
10390 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
11767 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()
11825 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
11845 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
/Linux-v5.10/kernel/trace/
Dbpf_trace.c1389 const struct bpf_verifier_ops kprobe_verifier_ops = {
1493 const struct bpf_verifier_ops tracepoint_verifier_ops = {
1787 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
1798 const struct bpf_verifier_ops tracing_verifier_ops = {
1820 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
1902 const struct bpf_verifier_ops perf_event_verifier_ops = {
/Linux-v5.10/net/ipv4/
Dbpf_tcp_ca.c180 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
/Linux-v5.10/include/linux/
Dbpf.h437 struct bpf_verifier_ops { struct
888 const struct bpf_verifier_ops *verifier_ops;
1181 extern const struct bpf_verifier_ops _name ## _verifier_ops;
1191 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
1192 extern const struct bpf_verifier_ops xdp_analyzer_ops;
Dbpf_verifier.h381 const struct bpf_verifier_ops *ops;
/Linux-v5.10/drivers/media/rc/
Dbpf-lirc.c130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/Linux-v5.10/net/core/
Dfilter.c9646 const struct bpf_verifier_ops sk_filter_verifier_ops = {
9657 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
9669 const struct bpf_verifier_ops xdp_verifier_ops = {
9680 const struct bpf_verifier_ops cg_skb_verifier_ops = {
9690 const struct bpf_verifier_ops lwt_in_verifier_ops = {
9700 const struct bpf_verifier_ops lwt_out_verifier_ops = {
9710 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
9721 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
9731 const struct bpf_verifier_ops cg_sock_verifier_ops = {
9740 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
[all …]
/Linux-v5.10/Documentation/networking/
Dfilter.rst1146 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()