Query: skb_unlink
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_UNLINK(9) Linux Networking SKB_UNLINK(9)NAMEskb_unlink - remove a buffer from a listSYNOPSISvoid skb_unlink(struct sk_buff * skb, struct sk_buff_head * list);ARGUMENTSskb buffer to remove list list to useDESCRIPTIONRemove a packet from a list. The list locks are taken and this function is atomic with respect to other list locked calls You must know what list the SKB is on.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_UNLINK(9)