Searched refs:bpf_list_push_front_impl (Results 1 – 4 of 4) sorted by relevance
352 int bpf_list_push_front_impl(struct bpf_list_head *head,355 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0)
2517 __bpf_kfunc int bpf_list_push_front_impl(struct bpf_list_head *head, in bpf_list_push_front_impl() function4718 BTF_ID_FLAGS(func, bpf_list_push_front_impl)
11203 BTF_ID(func, bpf_list_push_front_impl) in BTF_ID()