can_eth_gw Gateway Module
0.1
A bidirectional CAN to Ethernet Gateway (Kernel Module)
|
internal list of all registered and allocated devices. More...
Data Fields | |
struct hlist_node | list_alloc |
struct hlist_node | list_reg |
struct rcu_head | rcu |
struct net_device * | dev |
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.
struct net_device* dev |
Definition at line 66 of file ce_gw_dev.c.
Referenced by ce_gw_dev_alloc(), ce_gw_dev_cleanup(), ce_gw_dev_free(), ce_gw_dev_register(), ce_gw_dev_unregister(), ce_gw_is_allocated_dev(), and ce_gw_is_registered_dev().
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.