Searched refs:bpf_verifier_ops (Results 1 - 16 of 16) sorted by relevance

/linux-master/tools/testing/selftests/bpf/bpf_test_no_cfi/
H A Dbpf_test_no_cfi.c34 static const struct bpf_verifier_ops dummy_verifier_ops;
/linux-master/drivers/media/rc/
H A Dbpf-lirc.c130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/linux-master/net/bpf/
H A Dbpf_dummy_struct_ops.c212 static const struct bpf_verifier_ops bpf_dummy_verifier_ops = {
/linux-master/net/ipv4/
H A Dbpf_tcp_ca.c217 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
/linux-master/net/netfilter/
H A Dnf_bpf_link.c320 const struct bpf_verifier_ops netfilter_verifier_ops = {
/linux-master/kernel/bpf/
H A Dbpf_lsm.c388 const struct bpf_verifier_ops lsm_verifier_ops = {
H A Dcgroup.c1667 const struct bpf_verifier_ops cg_dev_verifier_ops = {
2286 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
2513 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
H A Dbpf_struct_ops.c66 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
H A Dtrampoline.c18 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
H A Dverifier.c34 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
18906 const struct bpf_verifier_ops *ops = env->ops;
21108 env->ops = bpf_verifier_ops[tgt_prog->type];
21172 if (ARRAY_SIZE(bpf_verifier_ops) == 0)
21193 env->ops = bpf_verifier_ops[env->prog->type];
H A Dsyscall.c5926 const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
/linux-master/include/linux/
H A Dbpf.h944 struct bpf_verifier_ops { struct
1709 const struct bpf_verifier_ops *verifier_ops;
2175 extern const struct bpf_verifier_ops _name ## _verifier_ops;
2185 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
2186 extern const struct bpf_verifier_ops xdp_analyzer_ops;
H A Dbpf_verifier.h668 const struct bpf_verifier_ops *ops;
/linux-master/net/core/
H A Dfilter.c10924 const struct bpf_verifier_ops sk_filter_verifier_ops = {
10935 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
10948 const struct bpf_verifier_ops xdp_verifier_ops = {
10960 const struct bpf_verifier_ops cg_skb_verifier_ops = {
10970 const struct bpf_verifier_ops lwt_in_verifier_ops = {
10980 const struct bpf_verifier_ops lwt_out_verifier_ops = {
10990 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
11001 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
11011 const struct bpf_verifier_ops cg_sock_verifier_ops = {
11020 const struct bpf_verifier_ops cg_sock_addr_verifier_op
[all...]
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c559 static const struct bpf_verifier_ops bpf_testmod_verifier_ops = {
/linux-master/kernel/trace/
H A Dbpf_trace.c1688 const struct bpf_verifier_ops kprobe_verifier_ops = {
1794 const struct bpf_verifier_ops tracepoint_verifier_ops = {
2105 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
2116 const struct bpf_verifier_ops tracing_verifier_ops = {
2138 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
2220 const struct bpf_verifier_ops perf_event_verifier_ops = {

Completed in 803 milliseconds