Searched defs:tipc_net (Results 1 – 1 of 1) sorted by relevance
77 struct tipc_net { struct78 u32 own_addr;79 int net_id;80 int random;83 spinlock_t node_list_lock;84 struct hlist_head node_htable[NODE_HTABLE_SIZE];85 struct list_head node_list;86 u32 num_nodes;87 u32 num_links;90 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];[all …]