]> Pileus Git - ~andy/linux/blobdiff - include/linux/skbuff.h
dev: introduce skb_scrub_packet()
[~andy/linux] / include / linux / skbuff.h
index a7393adea0b5cce9cdbaf0eca1c21e14589c0009..6b06023e8a08d7f81303d182cf8c06fc76ac5940 100644 (file)
@@ -2384,6 +2384,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 struct sk_buff *skb_segment(struct sk_buff *skb,
                                   netdev_features_t features);