Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_lsm.c74 const struct bpf_verifier_ops lsm_verifier_ops = {
Dcgroup.c1253 const struct bpf_verifier_ops cg_dev_verifier_ops = {
1806 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
1957 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
Dtrampoline.c14 const struct bpf_verifier_ops bpf_extension_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
10990 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
12327 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()
12385 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
12405 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1379 const struct bpf_verifier_ops kprobe_verifier_ops = {
1483 const struct bpf_verifier_ops tracepoint_verifier_ops = {
1773 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
1784 const struct bpf_verifier_ops tracing_verifier_ops = {
1806 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
1888 const struct bpf_verifier_ops perf_event_verifier_ops = {
/kernel/linux/linux-5.10/net/ipv4/
Dbpf_tcp_ca.c180 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
/kernel/linux/linux-5.10/include/linux/
Dbpf.h497 struct bpf_verifier_ops { struct
970 const struct bpf_verifier_ops *verifier_ops;
1292 extern const struct bpf_verifier_ops _name ## _verifier_ops;
1302 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
1303 extern const struct bpf_verifier_ops xdp_analyzer_ops;
Dbpf_verifier.h419 const struct bpf_verifier_ops *ops;
/kernel/linux/linux-5.10/drivers/media/rc/
Dbpf-lirc.c130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/kernel/linux/linux-5.10/net/core/
Dfilter.c9723 const struct bpf_verifier_ops sk_filter_verifier_ops = {
9734 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
9746 const struct bpf_verifier_ops xdp_verifier_ops = {
9757 const struct bpf_verifier_ops cg_skb_verifier_ops = {
9767 const struct bpf_verifier_ops lwt_in_verifier_ops = {
9777 const struct bpf_verifier_ops lwt_out_verifier_ops = {
9787 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
9798 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
9808 const struct bpf_verifier_ops cg_sock_verifier_ops = {
9817 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
Dfilter.rst1146 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()