Searched refs:oldnet (Results 1 – 3 of 3) sorted by relevance
157 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet) in ipvlan_migrate_l3s_hook() argument163 old_vnet = net_generic(oldnet, ipvlan_netid); in ipvlan_migrate_l3s_hook()168 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
743 struct net *oldnet, *newnet = dev_net(dev); in ipvlan_device_event() local745 oldnet = read_pnet(&port->pnet); in ipvlan_device_event()746 if (net_eq(newnet, oldnet)) in ipvlan_device_event()751 ipvlan_migrate_l3s_hook(oldnet, newnet); in ipvlan_device_event()
Completed in 7 milliseconds