Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int | netdev_kobject_init (void) |
int | netdev_register_kobject (struct net_device *) |
void | netdev_unregister_kobject (struct net_device *) |
int | net_rx_queue_update_kobjects (struct net_device *, int old_num, int new_num) |
int | netdev_queue_update_kobjects (struct net_device *net, int old_num, int new_num) |
int net_rx_queue_update_kobjects | ( | struct net_device * | , |
int | old_num, | ||
int | new_num | ||
) |
Definition at line 733 of file net-sysfs.c.
Definition at line 1459 of file net-sysfs.c.
int netdev_queue_update_kobjects | ( | struct net_device * | net, |
int | old_num, | ||
int | new_num | ||
) |
Definition at line 1226 of file net-sysfs.c.
int netdev_register_kobject | ( | struct net_device * | ) |
Definition at line 1404 of file net-sysfs.c.
void netdev_unregister_kobject | ( | struct net_device * | ) |
Definition at line 1392 of file net-sysfs.c.