Searched refs:oldnet (Results 1 – 3 of 3) sorted by relevance
164 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet) in ipvlan_migrate_l3s_hook() argument 170 old_vnet = net_generic(oldnet, ipvlan_netid); in ipvlan_migrate_l3s_hook() 175 ipvlan_unregister_nf_hook(oldnet); in ipvlan_migrate_l3s_hook()
177 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet);190 static inline void ipvlan_migrate_l3s_hook(struct net *oldnet, in ipvlan_migrate_l3s_hook() argument
750 struct net *oldnet, *newnet = dev_net(dev); in ipvlan_device_event() local 752 oldnet = read_pnet(&port->pnet); in ipvlan_device_event() 753 if (net_eq(newnet, oldnet)) in ipvlan_device_event() 759 ipvlan_migrate_l3s_hook(oldnet, newnet); in ipvlan_device_event()