]> err.no Git - linux-2.6/blobdiff - include/net/protocol.h
[NET]: Added GSO header verification
[linux-2.6] / include / net / protocol.h
index bcaee39bd2ffef45091f57e3793addd8d98edae1..40b6b9c9973f5dd2756fd3dc4c6439d7676784e6 100644 (file)
@@ -36,6 +36,8 @@
 struct net_protocol {
        int                     (*handler)(struct sk_buff *skb);
        void                    (*err_handler)(struct sk_buff *skb, u32 info);
+       struct sk_buff         *(*gso_segment)(struct sk_buff *skb,
+                                              int features);
        int                     no_policy;
 };