Searched refs:newnet (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
H A D | ipvlan.h | 177 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet); 191 struct net *newnet) in ipvlan_migrate_l3s_hook() 190 ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet) ipvlan_migrate_l3s_hook() argument
|
H A D | ipvlan_l3s.c | 162 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet) in ipvlan_migrate_l3s_hook() argument 172 ipvlan_register_nf_hook(newnet); in ipvlan_migrate_l3s_hook()
|
H A D | ipvlan_main.c | 741 struct net *oldnet, *newnet = dev_net(dev); in ipvlan_device_event() local 744 if (net_eq(newnet, oldnet)) in ipvlan_device_event() 747 write_pnet(&port->pnet, newnet); in ipvlan_device_event() 750 ipvlan_migrate_l3s_hook(oldnet, newnet); in ipvlan_device_event()
|
/kernel/linux/linux-6.6/drivers/net/ipvlan/ |
H A D | ipvlan.h | 178 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet); 192 struct net *newnet) in ipvlan_migrate_l3s_hook() 191 ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet) ipvlan_migrate_l3s_hook() argument
|
H A D | ipvlan_l3s.c | 162 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet) in ipvlan_migrate_l3s_hook() argument 172 ipvlan_register_nf_hook(newnet); in ipvlan_migrate_l3s_hook()
|
H A D | ipvlan_main.c | 744 struct net *oldnet, *newnet = dev_net(dev); in ipvlan_device_event() local 747 if (net_eq(newnet, oldnet)) in ipvlan_device_event() 750 write_pnet(&port->pnet, newnet); in ipvlan_device_event() 753 ipvlan_migrate_l3s_hook(oldnet, newnet); in ipvlan_device_event()
|
Completed in 6 milliseconds