Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c1864 static struct bpf_list_node *__bpf_list_del(struct bpf_list_head *head, bool tail) in __bpf_list_del() function
1879 return __bpf_list_del(head, false); in bpf_list_pop_front()
1884 return __bpf_list_del(head, true); in bpf_list_pop_back()

Completed in 7 milliseconds