Home
last modified time | relevance | path

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

/linux-6.12.1/net/tipc/
Dnode.c115 struct tipc_node { struct
116 u32 addr;
117 struct kref kref;
118 rwlock_t lock;
119 struct net *net;
120 struct hlist_node hash;
121 int active_links[2];
122 struct tipc_link_entry links[MAX_BEARERS];
123 struct tipc_bclink_entry bc_entry;
124 int action_flags;
[all …]
/linux-6.12.1/include/uapi/linux/
Dtipc.h310 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function