can_eth_gw Gateway Module  0.1
A bidirectional CAN to Ethernet Gateway (Kernel Module)
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
ce_gw_dev_list Struct Reference

internal list of all registered and allocated devices. More...

Collaboration diagram for ce_gw_dev_list:
Collaboration graph

Data Fields

struct hlist_node list_alloc
 
struct hlist_node list_reg
 
struct rcu_head rcu
 
struct net_device * dev
 

Detailed Description

internal list of all registered and allocated devices.

This list is used on module exit for unregistering and freeing all devices.

Definition at line 62 of file ce_gw_dev.c.

Field Documentation

struct hlist_node list_alloc

Definition at line 63 of file ce_gw_dev.c.

Referenced by ce_gw_dev_alloc(), and ce_gw_dev_free().

struct hlist_node list_reg

Definition at line 64 of file ce_gw_dev.c.

Referenced by ce_gw_dev_register(), and ce_gw_dev_unregister().

struct rcu_head rcu

Definition at line 65 of file ce_gw_dev.c.


The documentation for this struct was generated from the following file: