Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ipvlan/
Dipvlan.h178 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet);
192 struct net *newnet) in ipvlan_migrate_l3s_hook() argument
Dipvlan_l3s.c157 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet) in ipvlan_migrate_l3s_hook() argument
167 ipvlan_register_nf_hook(newnet); in ipvlan_migrate_l3s_hook()
Dipvlan_main.c743 struct net *oldnet, *newnet = dev_net(dev); in ipvlan_device_event() local
746 if (net_eq(newnet, oldnet)) in ipvlan_device_event()
749 write_pnet(&port->pnet, newnet); in ipvlan_device_event()
751 ipvlan_migrate_l3s_hook(oldnet, newnet); in ipvlan_device_event()