Home
last modified time | relevance | path

Searched refs:bpf_list_node_kern (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dhelpers.c1964 static int __bpf_list_add(struct bpf_list_node_kern *node, in __bpf_list_add()
1995 struct bpf_list_node_kern *n = (void *)node; in bpf_list_push_front_impl()
2005 struct bpf_list_node_kern *n = (void *)node; in bpf_list_push_back_impl()
2014 struct bpf_list_node_kern *node; in __bpf_list_del()
2025 node = container_of(n, struct bpf_list_node_kern, list_head); in __bpf_list_del()
/openbmc/linux/include/linux/
H A Dbpf.h242 struct bpf_list_node_kern { struct