Home
last modified time | relevance | path

Searched refs:bpf_list_push_back_impl (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
Dbpf_experimental.h81 extern int bpf_list_push_back_impl(struct bpf_list_head *head,
86 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0)
/linux-6.15/tools/sched_ext/include/scx/
Dcommon.bpf.h296 int bpf_list_push_back_impl(struct bpf_list_head *head,
299 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0)
/linux-6.15/kernel/bpf/
Dhelpers.c2253 __bpf_kfunc int bpf_list_push_back_impl(struct bpf_list_head *head, in bpf_list_push_back_impl() function
3209 BTF_ID_FLAGS(func, bpf_list_push_back_impl)
Dverifier.c12111 BTF_ID(func, bpf_list_push_back_impl) in BTF_ID()
12144 BTF_ID(func, bpf_list_push_back_impl) in BTF_ID()