Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
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-v6.6/kernel/bpf/
Dhelpers.c1978 __bpf_kfunc int bpf_list_push_front_impl(struct bpf_list_head *head, in bpf_list_push_front_impl() function
2447 BTF_ID_FLAGS(func, bpf_list_push_front_impl)
Dverifier.c10275 BTF_ID(func, bpf_list_push_front_impl) in BTF_ID()
10295 BTF_ID(func, bpf_list_push_front_impl) in BTF_ID()