Home
last modified time | relevance | path

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

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