Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_experimental.h65 extern int bpf_list_push_front_impl(struct bpf_list_head *head,
70 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0)
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h291 int bpf_list_push_front_impl(struct bpf_list_head *head,
294 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0)
/linux-6.15/kernel/bpf/
H A Dhelpers.c2243 __bpf_kfunc int bpf_list_push_front_impl(struct bpf_list_head *head, in bpf_list_push_front_impl() function
3208 BTF_ID_FLAGS(func, bpf_list_push_front_impl)
H A Dverifier.c12110 BTF_ID(func, bpf_list_push_front_impl) in BTF_ID()
12143 BTF_ID(func, bpf_list_push_front_impl) in BTF_ID()