Lines Matching defs:tipc_net
99 struct tipc_net { struct
100 u8 node_id[NODE_ID_LEN];
101 u32 node_addr;
102 u32 trial_addr;
103 unsigned long addr_trial_end;
104 char node_id_string[NODE_ID_STR_LEN];
105 int net_id;
106 int random;
107 bool legacy_addr_format;
110 spinlock_t node_list_lock;
111 struct hlist_head node_htable[NODE_HTABLE_SIZE];
112 struct list_head node_list;
113 u32 num_nodes;
114 u32 num_links;
117 struct tipc_monitor *monitors[MAX_BEARERS];
118 int mon_threshold;
121 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
124 spinlock_t bclock;
125 struct tipc_bc_base *bcbase;
126 struct tipc_link *bcl;
129 struct rhashtable sk_rht;
153 struct tipc_net_work final_work; argument
156 static inline struct tipc_net *tipc_net(struct net *net) in tipc_net() argument