Home
last modified time | relevance | path

Searched refs:oldnet (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ipvlan/ !
H A Dipvlan_l3s.c164 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()
H A Dipvlan.h177 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
H A Dipvlan_main.c750 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()