Searched refs:kfunc (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/verifier/ |
| H A D | sleepable.c | 9 .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 D | atomic_fetch_add.c | 103 .kfunc = "bpf_fentry_test7",
|
| /linux/Documentation/bpf/ |
| H A D | cpumasks.rst | 186 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 D | bpf_licensing.rst | 85 directly via unstable interface also known as "kfunc".
|
| H A D | graph_ds_impl.rst | 166 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 D | xdp-rx-metadata.rst | 39 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 D | hid-bpf.rst | 379 /* HID-BPF kfunc API definitions */ 460 /* some more HID-BPF kfunc API definitions */
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 3318 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 D | bpftool-prog.rst | 185 at runtime with the **bpf_stream_vprintk_impl**\ () kfunc. The kernel may write
|