ipv6: ip6mr: convert struct mfc_cache to struct list_head
[deliverable/linux.git] / include / net / netns / ipv6.h
index 43d842ab004e84d7e9896704229d23b99be16688..9cb3b5f2cd753acf9d1331e117e1b8b31b06f6d7 100644 (file)
@@ -61,8 +61,8 @@ struct netns_ipv6 {
 #ifdef CONFIG_IPV6_MROUTE
        struct sock             *mroute6_sk;
        struct timer_list       ipmr_expire_timer;
-       struct mfc6_cache       *mfc6_unres_queue;
-       struct mfc6_cache       **mfc6_cache_array;
+       struct list_head        mfc6_unres_queue;
+       struct list_head        *mfc6_cache_array;
        struct mif_device       *vif6_table;
        int                     maxvif;
        atomic_t                cache_resolve_queue_len;
This page took 0.024068 seconds and 5 git commands to generate.