]> err.no Git - linux-2.6/blobdiff - include/net/protocol.h
V4L/DVB (4210b): git-dvb: tea575x-tuner build fix
[linux-2.6] / include / net / protocol.h
index bcaee39bd2ffef45091f57e3793addd8d98edae1..3b6dc15c68a58fcd0c19996a4f058a1f6879588b 100644 (file)
@@ -36,6 +36,7 @@
 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 sg);
        int                     no_policy;
 };