skb_queue_tail(9) centos man page | unix.com

Man Page: skb_queue_tail

Operating Environment: centos

Section: 9

SKB_QUEUE_TAIL(9)						 Linux Networking						 SKB_QUEUE_TAIL(9)

NAME
skb_queue_tail - queue a buffer at the list tail
SYNOPSIS
void skb_queue_tail(struct sk_buff_head * list, struct sk_buff * newsk);
ARGUMENTS
list list to use newsk buffer to queue
DESCRIPTION
Queue a buffer at the tail of the list. This function takes the list lock and can be used safely with other locking sk_buff functions safely. A buffer cannot be placed on two lists at the same time.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_QUEUE_TAIL(9)
Related Man Pages
blk_init_queue(9) - centos
list(3) - debian
ibv_post_srq_recv(3) - debian
disksort(9f) - opensolaris
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