]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - include/net/netns/ipv4.h
ipv4: ipmr: move unres_queue and timer to per-namespace data
[mirror_ubuntu-focal-kernel.git] / include / net / netns / ipv4.h
index 2764994c9136a83b0e7194023e15ed21a6e87323..b15e518f952af2c0114cbec2f107b0f7207c674d 100644 (file)
@@ -60,6 +60,8 @@ struct netns_ipv4 {
 
 #ifdef CONFIG_IP_MROUTE
        struct sock             *mroute_sk;
+       struct timer_list       ipmr_expire_timer;
+       struct mfc_cache        *mfc_unres_queue;
        struct mfc_cache        **mfc_cache_array;
        struct vif_device       *vif_table;
        int                     maxvif;