Query: skb_append
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_APPEND(9) Linux Networking SKB_APPEND(9)NAMEskb_append - append a bufferSYNOPSISvoid skb_append(struct sk_buff * old, struct sk_buff * newsk, struct sk_buff_head * list);ARGUMENTSold buffer to insert after newsk buffer to insert list list to useDESCRIPTIONPlace a packet after a given packet in a list. The list locks are taken and this function is atomic with respect to other list locked calls. A buffer cannot be placed on two lists at the same time.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_APPEND(9)
Related Man Pages |
---|
usb_alloc_coherent(9) - centos |
wimax_msg_alloc(9) - centos |
list(3) - debian |
list(3) - suse |
struct_sock(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |
Controlling user input |