Symbol: bpf_list_node
include/linux/bpf.h
407
return sizeof(struct bpf_list_node);
include/linux/bpf.h
441
return __alignof__(struct bpf_list_node);
kernel/bpf/btf.c
4096
__alignof__(struct bpf_list_node));
kernel/bpf/helpers.c
2540
struct bpf_list_node *node,
kernel/bpf/helpers.c
2551
struct bpf_list_node *node,
kernel/bpf/helpers.c
2570
struct bpf_list_node *node,
kernel/bpf/helpers.c
2581
struct bpf_list_node *node,
kernel/bpf/helpers.c
2587
__bpf_kfunc int bpf_list_add(struct bpf_list_head *head, struct bpf_list_node *new,
kernel/bpf/helpers.c
2588
struct bpf_list_node *prev__nonown_allowed,
kernel/bpf/helpers.c
2597
static struct bpf_list_node *__bpf_list_del(struct bpf_list_head *head,
kernel/bpf/helpers.c
2620
return (struct bpf_list_node *)n;
kernel/bpf/helpers.c
2623
__bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head)
kernel/bpf/helpers.c
2630
__bpf_kfunc struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head)
kernel/bpf/helpers.c
2637
__bpf_kfunc struct bpf_list_node *bpf_list_del(struct bpf_list_head *head,
kernel/bpf/helpers.c
2638
struct bpf_list_node *node__nonown_allowed)
kernel/bpf/helpers.c
2646
__bpf_kfunc struct bpf_list_node *bpf_list_front(struct bpf_list_head *head)
kernel/bpf/helpers.c
2653
return (struct bpf_list_node *)h->next;
kernel/bpf/helpers.c
2656
__bpf_kfunc struct bpf_list_node *bpf_list_back(struct bpf_list_head *head)
kernel/bpf/helpers.c
2663
return (struct bpf_list_node *)h->prev;
kernel/bpf/helpers.c
2667
struct bpf_list_node *node__nonown_allowed)
kernel/bpf/helpers.c
2679
struct bpf_list_node *node__nonown_allowed)
kernel/bpf/verifier.c
10820
BTF_ID(struct, bpf_list_node)
tools/sched_ext/include/scx/common.bpf.h
366
struct bpf_list_node *node,
tools/sched_ext/include/scx/common.bpf.h
371
struct bpf_list_node *node,
tools/sched_ext/include/scx/common.bpf.h
375
struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
tools/sched_ext/include/scx/common.bpf.h
376
struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head) __ksym;
tools/testing/selftests/bpf/progs/bpf_qdisc_fifo.c
11
struct bpf_list_node node;
tools/testing/selftests/bpf/progs/bpf_qdisc_fifo.c
54
struct bpf_list_node *node;
tools/testing/selftests/bpf/progs/bpf_qdisc_fifo.c
89
struct bpf_list_node *node;
tools/testing/selftests/bpf/progs/bpf_qdisc_fq.c
188
struct bpf_list_node **node, u32 *flow_cnt)
tools/testing/selftests/bpf/progs/bpf_qdisc_fq.c
460
struct bpf_list_node *node;
tools/testing/selftests/bpf/progs/bpf_qdisc_fq.c
621
struct bpf_list_node *node;
tools/testing/selftests/bpf/progs/bpf_qdisc_fq.c
81
struct bpf_list_node list_node;
tools/testing/selftests/bpf/progs/linked_list.c
111
struct bpf_list_node *n;
tools/testing/selftests/bpf/progs/linked_list.c
193
struct bpf_list_node *n;
tools/testing/selftests/bpf/progs/linked_list.c
298
struct bpf_list_node *n;
tools/testing/selftests/bpf/progs/linked_list.c
30
struct bpf_list_node *n;
tools/testing/selftests/bpf/progs/linked_list.h
10
struct bpf_list_node node;
tools/testing/selftests/bpf/progs/linked_list.h
15
struct bpf_list_node node;
tools/testing/selftests/bpf/progs/linked_list.h
19
struct bpf_list_node node2;
tools/testing/selftests/bpf/progs/linked_list_fail.c
584
struct bpf_list_node *n;
tools/testing/selftests/bpf/progs/linked_list_peek.c
10
struct bpf_list_node l;
tools/testing/selftests/bpf/progs/linked_list_peek.c
27
struct bpf_list_node *l_n;
tools/testing/selftests/bpf/progs/linked_list_peek.c
89
struct bpf_list_node *l_n; \
tools/testing/selftests/bpf/progs/map_in_map_btf.c
12
struct bpf_list_node node;
tools/testing/selftests/bpf/progs/normal_map_btf.c
12
struct bpf_list_node node;
tools/testing/selftests/bpf/progs/rbtree_btf_fail__wrong_node_type.c
16
struct bpf_list_node node;
tools/testing/selftests/bpf/progs/refcounted_kptr.c
177
struct bpf_list_node *l;
tools/testing/selftests/bpf/progs/refcounted_kptr.c
18
struct bpf_list_node l;
tools/testing/selftests/bpf/progs/refcounted_kptr.c
454
struct bpf_list_node *front, *back;
tools/testing/selftests/bpf/progs/refcounted_kptr.c
499
struct bpf_list_node *node;
tools/testing/selftests/bpf/progs/refcounted_kptr.c
528
struct bpf_list_node *bpf_node_first, *bpf_node_last;
tools/testing/selftests/bpf/progs/refcounted_kptr.c
567
struct bpf_list_node *l;
tools/testing/selftests/bpf/progs/refcounted_kptr.c
605
struct bpf_list_node *bpf_node, *l;
tools/testing/selftests/bpf/progs/refcounted_kptr.c
674
struct bpf_list_node *bpf_node;
tools/testing/selftests/bpf/progs/refcounted_kptr.c
749
struct bpf_list_node *l;
tools/testing/selftests/bpf/progs/refcounted_kptr_fail.c
109
struct bpf_list_node *list_node;
tools/testing/selftests/bpf/progs/refcounted_kptr_fail.c
18
struct bpf_list_node list;