Searched refs:__bpf_list_del (Results 1 – 1 of 1) sorted by relevance
2011 static struct bpf_list_node *__bpf_list_del(struct bpf_list_head *head, bool tail) in __bpf_list_del() function2036 return __bpf_list_del(head, false); in bpf_list_pop_front()2041 return __bpf_list_del(head, true); in bpf_list_pop_back()