Home
last modified time | relevance | path

Searched refs:kfunc (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/verifier/
H A Dsleepable.c9 .kfunc = "bpf_fentry_test1",
22 .kfunc = "bpf_fentry_test1",
35 .kfunc = "bpf_fentry_test1",
48 .kfunc = "task",
60 .kfunc = "bpf",
73 .kfunc = "bpf_fentry_test1",
86 .kfunc = "sched_switch",
H A Datomic_fetch_add.c103 .kfunc = "bpf_fentry_test7",
/linux/Documentation/bpf/
H A Dcpumasks.rst186 As we'll see below, any kfunc that mutates its cpumask argument will take a
381 could easily be encapsulated in a new kfunc if and when required. If you'd like
383 do add a new cpumask kfunc, please document it here, and add any relevant
H A Dbpf_licensing.rst85 directly via unstable interface also known as "kfunc".
H A Dgraph_ds_impl.rst166 kfunc, or via ``bpf_obj_drop``, which ``free``'s the pointee
257 ``bpf_rbtree_remove``. The logic here being that any graph API kfunc which:
/linux/Documentation/networking/
H A Dxdp-rx-metadata.rst39 to indicate the device driver have not implemented this kfunc.
119 It is possible to query which kfunc the particular netdev implements via
/linux/Documentation/hid/
H A Dhid-bpf.rst379 /* HID-BPF kfunc API definitions */
460 /* some more HID-BPF kfunc API definitions */
/linux/kernel/bpf/
H A Dverifier.c3318 struct bpf_kfunc_meta *kfunc) in fetch_kfunc_meta() argument
3368 memset(kfunc, 0, sizeof(*kfunc)); in fetch_kfunc_meta()
3369 kfunc->btf = btf; in fetch_kfunc_meta()
3370 kfunc->id = func_id; in fetch_kfunc_meta()
3371 kfunc->name = func_name; in fetch_kfunc_meta()
3372 kfunc->proto = func_proto; in fetch_kfunc_meta()
3373 kfunc->flags = kfunc_flags; in fetch_kfunc_meta()
3384 struct bpf_kfunc_meta kfunc; in add_kfunc_call() local
3443 err = fetch_kfunc_meta(env, func_id, offset, &kfunc); in add_kfunc_call()
3447 addr = kallsyms_lookup_name(kfunc.name); in add_kfunc_call()
[all …]
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst185 at runtime with the **bpf_stream_vprintk_impl**\ () kfunc. The kernel may write