Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / include / net / protocol.h
index 057f2d3155673cf302171b2c57dc0366505c524e..929528c73fe8454a1dd34da7efbbc6d1fd8677fd 100644 (file)
@@ -52,6 +52,8 @@ struct net_protocol {
 
 #if IS_ENABLED(CONFIG_IPV6)
 struct inet6_protocol {
+       void    (*early_demux)(struct sk_buff *skb);
+
        int     (*handler)(struct sk_buff *skb);
 
        void    (*err_handler)(struct sk_buff *skb,