centos man page for skb_dequeue

Query: skb_dequeue

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_DEQUEUE(9)							 Linux Networking						    SKB_DEQUEUE(9)

NAME
skb_dequeue - remove from the head of the queue
SYNOPSIS
struct sk_buff * skb_dequeue(struct sk_buff_head * list);
ARGUMENTS
list list to dequeue from
DESCRIPTION
Remove the head of the list. The list lock is taken so the function may be used safely with other locking list functions. The head item is returned or NULL if the list is empty.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_DEQUEUE(9)
Related Man Pages
set_robust_list(2) - linux
list(3) - debian
get_robust_list(2) - centos
circleq_insert_before(3) - centos
struct_sk_buff(9) - suse
Similar Topics in the Unix Linux Community
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can?
TuxOnIce stalls 3 times before resuming