Searched refs:__bpf_list_del (Results 1 – 1 of 1) sorted by relevance
1864 static struct bpf_list_node *__bpf_list_del(struct bpf_list_head *head, bool tail) in __bpf_list_del() function1879 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