hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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