Searched refs:BPF_PROG_TYPE_STRUCT_OPS (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/linux/
H A Dbpf_types.h71 BPF_PROG_TYPE(BPF_PROG_TYPE_STRUCT_OPS, bpf_struct_ops,
H A Dbpf_verifier.h847 case BPF_PROG_TYPE_STRUCT_OPS:
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c158 case BPF_PROG_TYPE_STRUCT_OPS:
437 case BPF_PROG_TYPE_STRUCT_OPS:
H A Dlibbpf.c219 [BPF_PROG_TYPE_STRUCT_OPS] = "struct_ops",
1034 return prog->type == BPF_PROG_TYPE_STRUCT_OPS;
1056 if (prog->type != BPF_PROG_TYPE_STRUCT_OPS)
3342 if (prog->type == BPF_PROG_TYPE_STRUCT_OPS ||
9683 if (prog->type != BPF_PROG_TYPE_STRUCT_OPS) {
/linux-master/kernel/bpf/
H A Dcpumask.c476 ret = ret ?: register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &cpumask_kfunc_set);
H A Dbpf_struct_ops.c699 if (prog->type != BPF_PROG_TYPE_STRUCT_OPS ||
H A Dbtf.c5891 case BPF_PROG_TYPE_STRUCT_OPS:
6164 case BPF_PROG_TYPE_STRUCT_OPS:
8117 case BPF_PROG_TYPE_STRUCT_OPS:
H A Dhelpers.c2650 ret = ret ?: register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &generic_kfunc_set);
H A Dsyscall.c2540 case BPF_PROG_TYPE_STRUCT_OPS:
2672 case BPF_PROG_TYPE_STRUCT_OPS: /* has access to struct sock */
H A Dverifier.c15393 case BPF_PROG_TYPE_STRUCT_OPS:
21065 prog->type == BPF_PROG_TYPE_STRUCT_OPS;
21091 if (prog->type == BPF_PROG_TYPE_STRUCT_OPS)
/linux-master/net/ipv4/
H A Dtcp_dctcp.c287 ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &tcp_dctcp_kfunc_set);
H A Dbpf_tcp_ca.c366 ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &bpf_tcp_ca_kfunc_set);
H A Dtcp_cubic.c540 ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &tcp_cubic_kfunc_set);
H A Dtcp_bbr.c1184 ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &tcp_bbr_kfunc_set);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c1013 .progs = bit(BPF_PROG_TYPE_STRUCT_OPS),
1024 .progs = bit(BPF_PROG_TYPE_STRUCT_OPS),
1035 .progs = bit(BPF_PROG_TYPE_STRUCT_OPS),
1046 .progs = bit(BPF_PROG_TYPE_STRUCT_OPS),
/linux-master/include/uapi/linux/
H A Dbpf.h1052 BPF_PROG_TYPE_STRUCT_OPS, enumerator in enum:bpf_prog_type
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1052 BPF_PROG_TYPE_STRUCT_OPS, enumerator in enum:bpf_prog_type

Completed in 530 milliseconds