Home
last modified time | relevance | path

Searched refs:BPF_PROG_TYPE_STRUCT_OPS (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c158 case BPF_PROG_TYPE_STRUCT_OPS: in probe_prog_load()
424 case BPF_PROG_TYPE_STRUCT_OPS: in libbpf_probe_bpf_helper()
H A Dlibbpf.c207 [BPF_PROG_TYPE_STRUCT_OPS] = "struct_ops",
3032 if (prog->type == BPF_PROG_TYPE_STRUCT_OPS || in prog_needs_vmlinux_btf()
9210 if (prog->type != BPF_PROG_TYPE_STRUCT_OPS) { in bpf_object__collect_st_ops_relos()
/openbmc/linux/include/linux/
H A Dbpf_types.h71 BPF_PROG_TYPE(BPF_PROG_TYPE_STRUCT_OPS, bpf_struct_ops,
H A Dbpf_verifier.h772 case BPF_PROG_TYPE_STRUCT_OPS: in bpf_prog_check_recur()
/openbmc/linux/kernel/bpf/
H A Dcpumask.c460 ret = ret ?: register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &cpumask_kfunc_set); in BTF_ID()
H A Dbpf_struct_ops.c480 if (prog->type != BPF_PROG_TYPE_STRUCT_OPS || in bpf_struct_ops_map_update_elem()
H A Dsyscall.c2448 case BPF_PROG_TYPE_STRUCT_OPS: in bpf_prog_load_check_attach()
2575 case BPF_PROG_TYPE_STRUCT_OPS: /* has access to struct sock */ in is_perfmon_prog_type()
H A Dbtf.c5919 case BPF_PROG_TYPE_STRUCT_OPS: in prog_args_trusted()
7827 case BPF_PROG_TYPE_STRUCT_OPS: in bpf_prog_type_to_kfunc_hook()
/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c288 return register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &bpf_tcp_ca_kfunc_set); in bpf_tcp_ca_kfunc_init()
H A Dtcp_dctcp.c298 ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &tcp_dctcp_kfunc_set); in dctcp_register()
H A Dtcp_cubic.c540 ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &tcp_cubic_kfunc_set); in cubictcp_register()
H A Dtcp_bbr.c1183 ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &tcp_bbr_kfunc_set); in bbr_register()
/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst148 | ``BPF_PROG_TYPE_STRUCT_OPS`` | | ``struct_ops…
/openbmc/linux/Documentation/bpf/
H A Dbpf_prog_run.rst39 - ``BPF_PROG_TYPE_STRUCT_OPS``
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h985 BPF_PROG_TYPE_STRUCT_OPS, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h985 BPF_PROG_TYPE_STRUCT_OPS, enumerator