hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/core/net-sysfs.h
....@@ -8,5 +8,7 @@
88 int net_rx_queue_update_kobjects(struct net_device *, int old_num, int new_num);
99 int netdev_queue_update_kobjects(struct net_device *net,
1010 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);
1113
1214 #endif