void skb_reserve (struct sk_buff * skb, unsigned int len);
void skb_reserve
buffer to alter
bytes to move
Increase the headroom of an empty &sk_buff by reducing the tail room. This is only allowed for an empty buffer.