skb_reserve

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

skb_reserve - adjust headroom

SYNOPSIS

void skb_reserve(struct sk_buff * skb, int len);

ARGUMENTS

skb

buffer to alter

len

bytes to move

DESCRIPTION

Increase the headroom of an empty sk_buff by reducing the tail room. This is only allowed for an empty buffer.