]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/skbuff.h
skb: allow skb_scrub_packet() to be used by tunnels
[karo-tx-linux.git] / include / linux / skbuff.h
index 6f1330af1ebbfcdd7cf46d5256c94f38bad20ad4..2ddb48d9312c260e1e41a87ac25a19314f2aa379 100644 (file)
@@ -2392,7 +2392,7 @@ extern void              skb_split(struct sk_buff *skb,
                                 struct sk_buff *skb1, const u32 len);
 extern int            skb_shift(struct sk_buff *tgt, struct sk_buff *skb,
                                 int shiftlen);
-extern void           skb_scrub_packet(struct sk_buff *skb);
+extern void           skb_scrub_packet(struct sk_buff *skb, bool xnet);
 
 extern struct sk_buff *skb_segment(struct sk_buff *skb,
                                   netdev_features_t features);