Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c2203 static int __bpf_list_add(struct bpf_list_node_kern *node, in __bpf_list_add() function
2237 return __bpf_list_add(n, head, false, meta ? meta->record : NULL, off); in bpf_list_push_front_impl()
2247 return __bpf_list_add(n, head, true, meta ? meta->record : NULL, off); in bpf_list_push_back_impl()