]> Pileus Git - ~andy/linux/commit
dev: introduce skb_scrub_packet()
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Wed, 26 Jun 2013 14:11:27 +0000 (16:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jun 2013 05:29:05 +0000 (22:29 -0700)
commit621e84d6f373dcb273ebfd772638b8e7dc3c2c48
tree55135ee5450006f25cca4f14c8206524f976149b
parent38ae92dc215e939897f17861d658f882d0eaab0f
dev: introduce skb_scrub_packet()

The goal of this new function is to perform all needed cleanup before sending
an skb into another netns.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/dev.c
net/core/skbuff.c