Home
last modified time | relevance | path

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

/net/tipc/
Dnode.c100 struct tipc_node { struct
101 u32 addr;
102 struct kref kref;
103 rwlock_t lock;
104 struct net *net;
105 struct hlist_node hash;
106 int active_links[2];
107 struct tipc_link_entry links[MAX_BEARERS];
108 struct tipc_bclink_entry bc_entry;
109 int action_flags;
[all …]