Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __NET_SYSFS_H__
0003 #define __NET_SYSFS_H__
0004 
0005 int __init netdev_kobject_init(void);
0006 int netdev_register_kobject(struct net_device *);
0007 void netdev_unregister_kobject(struct net_device *);
0008 int net_rx_queue_update_kobjects(struct net_device *, int old_num, int new_num);
0009 int netdev_queue_update_kobjects(struct net_device *net,
0010                  int old_num, int new_num);
0011 int netdev_change_owner(struct net_device *, const struct net *net_old,
0012             const struct net *net_new);
0013 
0014 #endif