Home
last modified time | relevance | path

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

/linux-6.15/net/tipc/
H A Dnode.c115 struct tipc_node { struct
116 u32 addr;
117 struct kref kref;
118 rwlock_t lock;
119 struct net *net;
126 int state;
129 u16 sync_point;
130 int link_cnt;
133 u32 signature;
134 u32 link_id;
[all …]
/linux-6.15/include/uapi/linux/
H A Dtipc.h310 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function