Searched refs:oldnet (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
H A D | ipvlan_l3s.c | 162 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet) in ipvlan_migrate_l3s_hook() argument 168 old_vnet = net_generic(oldnet, ipvlan_netid); in ipvlan_migrate_l3s_hook() 173 ipvlan_unregister_nf_hook(oldnet); in ipvlan_migrate_l3s_hook()
|
H A D | ipvlan.h | 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
|
H A D | ipvlan_main.c | 741 struct net *oldnet, *newnet = dev_net(dev); in ipvlan_device_event() local 743 oldnet = read_pnet(&port->pnet); in ipvlan_device_event() 744 if (net_eq(newnet, oldnet)) 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_l3s.c | 162 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet) in ipvlan_migrate_l3s_hook() argument 168 old_vnet = net_generic(oldnet, ipvlan_netid); in ipvlan_migrate_l3s_hook() 173 ipvlan_unregister_nf_hook(oldnet); in ipvlan_migrate_l3s_hook()
|
H A D | ipvlan.h | 178 void ipvlan_migrate_l3s_hook(struct net *oldnet, struct net *newnet); 191 static inline void ipvlan_migrate_l3s_hook(struct net *oldnet, in ipvlan_migrate_l3s_hook() argument
|
H A D | ipvlan_main.c | 744 struct net *oldnet, *newnet = dev_net(dev); in ipvlan_device_event() local 746 oldnet = read_pnet(&port->pnet); in ipvlan_device_event() 747 if (net_eq(newnet, oldnet)) in ipvlan_device_event() 753 ipvlan_migrate_l3s_hook(oldnet, newnet); in ipvlan_device_event()
|
Completed in 5 milliseconds