Get queue length
__u32 skb_queue_len(const struct sk_buff_head * list_);
list_
list to measure
Return the length of an sk_buff queue.