__sk_head
return hlist_empty(head) ? NULL : __sk_head(head);
sk = hlist_empty(head) ? NULL : __sk_head(head);