Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dbpf_trace.c1184 const struct bpf_verifier_ops kprobe_verifier_ops = {
1290 const struct bpf_verifier_ops tracepoint_verifier_ops = {
1599 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
1610 const struct bpf_verifier_ops tracing_verifier_ops = {
1632 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
1714 const struct bpf_verifier_ops perf_event_verifier_ops = {
/Linux-v5.15/kernel/bpf/
Dbpf_lsm.c225 const struct bpf_verifier_ops lsm_verifier_ops = {
Dcgroup.c1235 const struct bpf_verifier_ops cg_dev_verifier_ops = {
1870 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
2047 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
Dbpf_struct_ops.c92 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
Dtrampoline.c15 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
Dverifier.c28 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
12155 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
13618 env->ops = bpf_verifier_ops[tgt_prog->type]; in BTF_SET_START()
13678 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
13698 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
Dsyscall.c4774 const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
/Linux-v5.15/include/linux/
Dbpf.h489 struct bpf_verifier_ops { struct
976 const struct bpf_verifier_ops *verifier_ops;
1354 extern const struct bpf_verifier_ops _name ## _verifier_ops;
1364 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
1365 extern const struct bpf_verifier_ops xdp_analyzer_ops;
Dbpf_verifier.h419 const struct bpf_verifier_ops *ops;
/Linux-v5.15/net/ipv4/
Dbpf_tcp_ca.c263 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
/Linux-v5.15/drivers/media/rc/
Dbpf-lirc.c130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/Linux-v5.15/net/core/
Dfilter.c9919 const struct bpf_verifier_ops sk_filter_verifier_ops = {
9930 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
9943 const struct bpf_verifier_ops xdp_verifier_ops = {
9954 const struct bpf_verifier_ops cg_skb_verifier_ops = {
9964 const struct bpf_verifier_ops lwt_in_verifier_ops = {
9974 const struct bpf_verifier_ops lwt_out_verifier_ops = {
9984 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
9995 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
10005 const struct bpf_verifier_ops cg_sock_verifier_ops = {
10014 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
[all …]
/Linux-v5.15/Documentation/networking/
Dfilter.rst1196 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()