Name

skb_queue_len — get queue length

Synopsis

__u32 skb_queue_len (const struct sk_buff_head * list_);
 

Arguments

const struct sk_buff_head * list_

list to measure

Description

Return the length of an &sk_buff queue.