Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
net-sysfs.h File Reference

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)
 

Function Documentation

int net_rx_queue_update_kobjects ( struct net_device ,
int  old_num,
int  new_num 
)

Definition at line 733 of file net-sysfs.c.

int netdev_kobject_init ( void  )

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.