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

/linux-master/kernel/bpf/
H A Dhelpers.c2029 static struct bpf_list_node *__bpf_list_del(struct bpf_list_head *head, bool tail) function
2054 return __bpf_list_del(head, false);
2059 return __bpf_list_del(head, true);

Completed in 104 milliseconds