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

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_experimental.h65 extern int bpf_list_push_front_impl(struct bpf_list_head *head,
69 /* Convenience macro to wrap over bpf_list_push_front_impl */
70 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0)
/linux-master/kernel/bpf/
H A Dhelpers.c2009 __bpf_kfunc int bpf_list_push_front_impl(struct bpf_list_head *head, function
2559 BTF_ID_FLAGS(func, bpf_list_push_front_impl)
H A Dverifier.c10994 BTF_ID(func, bpf_list_push_front_impl)
11020 BTF_ID(func, bpf_list_push_front_impl)

Completed in 153 milliseconds