Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dnode.c117 struct tipc_node { struct
118 u32 addr;
119 struct kref kref;
120 rwlock_t lock;
121 struct net *net;
128 int state;
131 u16 sync_point;
132 int link_cnt;
135 u32 signature;
136 u32 link_id;
[all …]
/openbmc/linux/include/uapi/linux/
H A Dtipc.h310 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function