Searched defs:tipc_net (Results 1 – 1 of 1) sorted by relevance
81 struct tipc_net { struct82 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 …]