Home
last modified time | relevance | path

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

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