packet: add PACKET_RESERVE sockopt
authorPatrick McHardy <kaber@trash.net>
Sat, 19 Jul 2008 01:05:19 +0000 (18:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Jul 2008 01:05:19 +0000 (18:05 -0700)
Add new sockopt to reserve some headroom in the mmaped ring frames in
front of the packet payload. This can be used f.i. when the VLAN header
needs to be (re)constructed to avoid moving the entire payload.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found