Scroll to navigation

SKB_APPEND(9) Linux Networking SKB_APPEND(9)

NAME

skb_append - append a buffer

SYNOPSIS

void skb_append(struct sk_buff * old, struct sk_buff * newsk, struct sk_buff_head * list);

ARGUMENTS

struct sk_buff * old

buffer to insert after

struct sk_buff * newsk

buffer to insert

struct sk_buff_head * list

list to use

DESCRIPTION

Place 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.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11