Scroll to navigation

SKB_QUEUE_LEN(9) Linux Networking SKB_QUEUE_LEN(9)

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.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11