skb_dequeue(9) centos man page | unix.com

Man Page: skb_dequeue

Operating Environment: centos

Section: 9

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
get_robust_list(2) - linux
set_robust_list(2) - linux
circleq_head(3) - centos
list(3) - suse
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