Searched refs:bpf_rbtree_add_impl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | bpf_experimental.h | 119 extern int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, 124 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0)
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 2176 __bpf_kfunc int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, in bpf_rbtree_add_impl() function 2548 BTF_ID_FLAGS(func, bpf_rbtree_add_impl)
|
H A D | verifier.c | 10710 BTF_ID(func, bpf_rbtree_add_impl) in BTF_ID() 10732 BTF_ID(func, bpf_rbtree_add_impl) in BTF_ID()
|