Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c12295a authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

ipv4: ipmr: move mroute data into seperate structure

parent 862465f2
Loading
Loading
Loading
Loading
+1 −12
Original line number Original line Diff line number Diff line
@@ -59,18 +59,7 @@ struct netns_ipv4 {
	atomic_t rt_genid;
	atomic_t rt_genid;


#ifdef CONFIG_IP_MROUTE
#ifdef CONFIG_IP_MROUTE
	struct sock		*mroute_sk;
	struct mr_table		*mrt;
	struct timer_list	ipmr_expire_timer;
	struct list_head	mfc_unres_queue;
	struct list_head	*mfc_cache_array;
	struct vif_device	*vif_table;
	int			maxvif;
	atomic_t		cache_resolve_queue_len;
	int			mroute_do_assert;
	int			mroute_do_pim;
#if defined(CONFIG_IP_PIMSM_V1) || defined(CONFIG_IP_PIMSM_V2)
	int			mroute_reg_vif_num;
#endif
#endif
#endif
};
};
#endif
#endif
+199 −170

File changed.

Preview size limit exceeded, changes collapsed.