kernel/net/core/net-sysfs.h
.. .. @@ -8,5 +8,7 @@ 8 8 int net_rx_queue_update_kobjects(struct net_device *, int old_num, int new_num); 9 9 int netdev_queue_update_kobjects(struct net_device *net, 10 10 int old_num, int new_num); 11 +int netdev_change_owner(struct net_device *, const struct net *net_old,12 + const struct net *net_new);11 13 12 14 #endif