table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_QUEUE_HEAD(9) | Linux Networking | SKB_QUEUE_HEAD(9) |
NAME¶
skb_queue_head - queue a buffer at the list headSYNOPSIS¶
void
skb_queue_head(struct sk_buff_head * list,
struct sk_buff * newsk);
ARGUMENTS¶
listlist to use
newsk
buffer to queue
DESCRIPTION¶
Queue a buffer at the start 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¶
February 2017 | Kernel Hackers Manual 3.16 |