netdevice.c | 46 static struct list_head open_net_devices = LIST_HEAD_INIT ( open_net_devices ); variable in typeref:struct:list_head 404 list_add ( &netdev->open_list, &open_net_devices ); 511 list_for_each_entry ( netdev, &open_net_devices, open_list ) {
|