Searched defs:tipc_net (Results 1 – 1 of 1) sorted by relevance
79 struct tipc_net { struct80 u32 own_addr;81 int net_id;82 int random;85 spinlock_t node_list_lock;86 struct hlist_head node_htable[NODE_HTABLE_SIZE];87 struct list_head node_list;111 static inline struct tipc_net *tipc_net(struct net *net) in tipc_net() argument