table of contents
other versions
- stretch 4.9.168-1
__SKB_QUEUE_AFTER(9) | Linux Networking | __SKB_QUEUE_AFTER(9) |
NAME¶
__skb_queue_after - queue a buffer at the list headSYNOPSIS¶
void __skb_queue_after(struct sk_buff_head * list, struct sk_buff * prev, struct sk_buff * newsk);
ARGUMENTS¶
listlist to use
prev
place after this buffer
newsk
buffer to queue
DESCRIPTION¶
Queue a buffer int the middle of a list. This function takes no locks and you must therefore hold required locks before calling it.A buffer cannot be placed on two lists at the same time.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |