suse man page for skb_dequeue

Query: skb_dequeue

OS: suse

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 2.6. July 2010 SKB_DEQUEUE(9)
Related Man Pages
get_robust_list(2) - linux
set_robust_list(2) - centos
circleq_init(3) - centos
struct_sk_buff(9) - suse
thread::queue(3pm) - redhat
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