Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A 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)
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2077 __bpf_kfunc int bpf_list_push_back_impl(struct bpf_list_head *head, in bpf_list_push_back_impl() function
2542 BTF_ID_FLAGS(func, bpf_list_push_back_impl)
H A Dverifier.c10703 BTF_ID(func, bpf_list_push_back_impl) in BTF_ID()
10723 BTF_ID(func, bpf_list_push_back_impl) in BTF_ID()