Home
last modified time | relevance | path

Searched defs:tipc_net (Results 1 – 1 of 1) sorted by relevance

/net/tipc/
Dcore.h81 struct tipc_net { struct
82 u32 own_addr;
83 int net_id;
84 int random;
87 spinlock_t node_list_lock;
88 struct hlist_head node_htable[NODE_HTABLE_SIZE];
89 struct list_head node_list;
90 u32 num_nodes;
91 u32 num_links;
94 struct tipc_monitor *monitors[MAX_BEARERS];
[all …]