Home
last modified time | relevance | path

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

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