Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dbpf_trace.c1260 const struct bpf_verifier_ops kprobe_verifier_ops = {
1366 const struct bpf_verifier_ops tracepoint_verifier_ops = {
1665 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
1676 const struct bpf_verifier_ops tracing_verifier_ops = {
1698 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
1780 const struct bpf_verifier_ops perf_event_verifier_ops = {
/linux/net/bpf/
A Dbpf_dummy_struct_ops.c172 static const struct bpf_verifier_ops bpf_dummy_verifier_ops = {
/linux/kernel/bpf/
A Dbpf_lsm.c225 const struct bpf_verifier_ops lsm_verifier_ops = {
A Dcgroup.c1271 const struct bpf_verifier_ops cg_dev_verifier_ops = {
1908 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
2085 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
A Dbpf_struct_ops.c92 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
A Dtrampoline.c16 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
A Dverifier.c28 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
12393 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
13865 env->ops = bpf_verifier_ops[tgt_prog->type]; in BTF_SET_START()
13925 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
13945 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
A Dsyscall.c4844 const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
/linux/net/ipv4/
A Dbpf_tcp_ca.c230 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
/linux/include/linux/
A Dbpf.h498 struct bpf_verifier_ops { struct
988 const struct bpf_verifier_ops *verifier_ops;
1375 extern const struct bpf_verifier_ops _name ## _verifier_ops;
1385 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
1386 extern const struct bpf_verifier_ops xdp_analyzer_ops;
A Dbpf_verifier.h419 const struct bpf_verifier_ops *ops;
/linux/drivers/media/rc/
A Dbpf-lirc.c130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/linux/net/core/
A Dfilter.c9988 const struct bpf_verifier_ops sk_filter_verifier_ops = {
10012 const struct bpf_verifier_ops xdp_verifier_ops = {
10023 const struct bpf_verifier_ops cg_skb_verifier_ops = {
10033 const struct bpf_verifier_ops lwt_in_verifier_ops = {
10043 const struct bpf_verifier_ops lwt_out_verifier_ops = {
10053 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
10074 const struct bpf_verifier_ops cg_sock_verifier_ops = {
10092 const struct bpf_verifier_ops sock_ops_verifier_ops = {
10101 const struct bpf_verifier_ops sk_skb_verifier_ops = {
10111 const struct bpf_verifier_ops sk_msg_verifier_ops = {
[all …]
/linux/Documentation/networking/
A Dfilter.rst1196 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()

Completed in 73 milliseconds