table of contents
other versions
- wheezy 3.2.78-1
SKB_QUEUE_TAIL(9) | Linux Networking | SKB_QUEUE_TAIL(9) |
NAME¶
skb_queue_tail - queue a buffer at the list tailSYNOPSIS¶
void
skb_queue_tail(struct sk_buff_head * list,
struct sk_buff * newsk);
ARGUMENTS¶
listlist 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¶
March 2016 | Kernel Hackers Manual 3.2. |