__bpf_list_del
return __bpf_list_del(head, h->next);
return __bpf_list_del(head, h->prev);
return __bpf_list_del(head, &kn->list_head);