Home
last modified time | relevance | path

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

/Linux-v5.4/net/tipc/
Dnode.c103 struct tipc_node { struct
104 u32 addr;
105 struct kref kref;
106 rwlock_t lock;
107 struct net *net;
108 struct hlist_node hash;
109 int active_links[2];
110 struct tipc_link_entry links[MAX_BEARERS];
111 struct tipc_bclink_entry bc_entry;
112 int action_flags;
[all …]
/Linux-v5.4/include/uapi/linux/
Dtipc.h286 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function