Home
last modified time | relevance | path

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

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