netfilter: replace list_head with single linked list
[cascardo/linux.git] / include / linux / netdevice.h
index 67bb978..41f49f5 100644 (file)
@@ -1783,7 +1783,7 @@ struct net_device {
 #endif
        struct netdev_queue __rcu *ingress_queue;
 #ifdef CONFIG_NETFILTER_INGRESS
-       struct list_head        nf_hooks_ingress;
+       struct nf_hook_entry __rcu *nf_hooks_ingress;
 #endif
 
        unsigned char           broadcast[MAX_ADDR_LEN];