[IPV6]: Move nextheader offset to the IP6CB
[deliverable/linux.git] / include / net / protocol.h
index 63f7db99c2a67c526dffd96a090621f5542e6765..6dc5970612d74eb822e39e2c50659286df4215ee 100644 (file)
@@ -43,7 +43,7 @@ struct net_protocol {
 #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE)
 struct inet6_protocol 
 {
-       int     (*handler)(struct sk_buff **skb, unsigned int *nhoffp);
+       int     (*handler)(struct sk_buff **skb);
 
        void    (*err_handler)(struct sk_buff *skb,
                               struct inet6_skb_parm *opt,
This page took 0.027527 seconds and 5 git commands to generate.