Home
last modified time | relevance | path

Searched refs:bpf_list_node (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_experimental.h66 struct bpf_list_node *node,
82 struct bpf_list_node *node,
93 extern struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
100 extern struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head) __ksym;
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dlinked_list.h10 struct bpf_list_node node;
15 struct bpf_list_node node;
19 struct bpf_list_node node2;
Dlinked_list.c17 struct bpf_list_node *n; in list_push_pop()
98 struct bpf_list_node *n; in list_push_pop_multiple()
180 struct bpf_list_node *n; in list_in_list()
Drbtree_btf_fail__wrong_node_type.c16 struct bpf_list_node node;
Drefcounted_kptr.c18 struct bpf_list_node l;
177 struct bpf_list_node *l; in __read_from_list()
Dlinked_list_fail.c585 struct bpf_list_node *n; in pop_ptr_off()
/Linux-v6.6/kernel/bpf/
Dhelpers.c1979 struct bpf_list_node *node, in bpf_list_push_front_impl()
1989 struct bpf_list_node *node, in bpf_list_push_back_impl()
1998 static struct bpf_list_node *__bpf_list_del(struct bpf_list_head *head, bool tail) in __bpf_list_del()
2018 return (struct bpf_list_node *)n; in __bpf_list_del()
2021 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front()
2026 __bpf_kfunc struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head) in bpf_list_pop_back()
Dbtf.c3703 __alignof__(struct bpf_list_node)); in btf_parse_list_head()
Dverifier.c10135 BTF_ID(struct, bpf_list_node) in BTF_ID()
/Linux-v6.6/include/linux/
Dbpf.h332 return sizeof(struct bpf_list_node); in btf_field_type_size()
358 return __alignof__(struct bpf_list_node); in btf_field_type_align()
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h7128 struct bpf_list_node { struct
/Linux-v6.6/include/uapi/linux/
Dbpf.h7128 struct bpf_list_node { struct