Query: __skb_queue_after
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__SKB_QUEUE_AFTER(9) Linux Networking __SKB_QUEUE_AFTER(9)NAME__skb_queue_after - queue a buffer at the list headSYNOPSISvoid __skb_queue_after(struct sk_buff_head * list, struct sk_buff * prev, struct sk_buff * newsk);ARGUMENTSlist list to use prev place after this buffer newsk buffer to queueDESCRIPTIONQueue 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 __SKB_QUEUE_AFTER(9)
Related Man Pages |
---|
ibv_post_srq_recv(3) - debian |
rdma_post_send(3) - debian |
rdma_post_recv(3) - centos |
rdma_post_ud_send(3) - centos |
struct_sk_buff(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Getting command output to putty window title. |
Update kernel Linux without reboot?! |
SOCKS proxy & PAM configuration exposure |
Docker learning Phase-I |
Shopt -s histappend |