Searched refs:bpf_verifier_ops (Results 1 – 14 of 14) sorted by relevance
188 static const struct bpf_verifier_ops bpf_dummy_verifier_ops = {
213 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
1561 const struct bpf_verifier_ops kprobe_verifier_ops = {1667 const struct bpf_verifier_ops tracepoint_verifier_ops = {1978 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {1989 const struct bpf_verifier_ops tracing_verifier_ops = {2011 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {2093 const struct bpf_verifier_ops perf_event_verifier_ops = {
130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
354 const struct bpf_verifier_ops lsm_verifier_ops = {
93 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
1655 const struct bpf_verifier_ops cg_dev_verifier_ops = {2251 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {2469 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
19 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
30 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable13419 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()15121 env->ops = bpf_verifier_ops[tgt_prog->type]; in BTF_SET_START()15181 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()15201 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
5226 const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
709 struct bpf_verifier_ops { struct1307 const struct bpf_verifier_ops *verifier_ops;1699 extern const struct bpf_verifier_ops _name ## _verifier_ops;1709 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;1710 extern const struct bpf_verifier_ops xdp_analyzer_ops;
495 const struct bpf_verifier_ops *ops;
10634 const struct bpf_verifier_ops sk_filter_verifier_ops = {10645 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {10658 const struct bpf_verifier_ops xdp_verifier_ops = {10670 const struct bpf_verifier_ops cg_skb_verifier_ops = {10680 const struct bpf_verifier_ops lwt_in_verifier_ops = {10690 const struct bpf_verifier_ops lwt_out_verifier_ops = {10700 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {10711 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {10721 const struct bpf_verifier_ops cg_sock_verifier_ops = {10730 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {[all …]
91 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()