Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhelpers.c2087 static struct bpf_list_node *__bpf_list_del(struct bpf_list_head *head, bool tail) in __bpf_list_del() function
2112 return __bpf_list_del(head, false); in bpf_list_pop_front()
2117 return __bpf_list_del(head, true); in bpf_list_pop_back()