Searched refs:bpf_list_push_front (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | linked_list_fail.c | 175 bpf_list_push_front(&ghead, NULL); in map_compat_kprobe() 182 bpf_list_push_front(&ghead, NULL); in map_compat_kretprobe() 189 bpf_list_push_front(&ghead, NULL); in map_compat_tp() 196 bpf_list_push_front(&ghead, NULL); in map_compat_perf() 203 bpf_list_push_front(&ghead, NULL); in map_compat_raw_tp() 210 bpf_list_push_front(&ghead, NULL); in map_compat_raw_tp_w() 423 bpf_list_push_front(&ghead, p); in no_node_value_type() 438 bpf_list_push_front(&ghead, &b->node); in incorrect_value_type() 468 bpf_list_push_front(&ghead, (void *)&f->node + 1); in incorrect_node_off1() 483 bpf_list_push_front(&ghead, &f->node2); in incorrect_node_off2() [all …]
|
A D | linked_list.c | 45 bpf_list_push_front(head, &f->node); in list_push_pop() 62 bpf_list_push_front(head, &f->node); in list_push_pop() 122 bpf_list_push_front(head, &f[i]->node); in list_push_pop_multiple() 123 bpf_list_push_front(head, &f[i + 1]->node); in list_push_pop_multiple() 202 bpf_list_push_front(head, &f->node); in list_in_list()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | bpf_experimental.h | 45 extern void bpf_list_push_front(struct bpf_list_head *head, struct bpf_list_node *node) __ksym;
|
/linux-6.3-rc2/kernel/bpf/ |
A D | helpers.c | 1854 __bpf_kfunc void bpf_list_push_front(struct bpf_list_head *head, struct bpf_list_node *node) in bpf_list_push_front() function 2153 BTF_ID_FLAGS(func, bpf_list_push_front)
|
A D | verifier.c | 8885 BTF_ID(func, bpf_list_push_front) in BTF_ID() 8899 BTF_ID(func, bpf_list_push_front) in BTF_ID()
|
Completed in 34 milliseconds