Searched refs:tipc_peer (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/tipc/
H A Dmonitor.c63 /* struct tipc_peer: state of a peer node and its domain
75 struct tipc_peer { struct
90 struct tipc_peer *self;
166 static struct tipc_peer *peer_prev(struct tipc_peer *peer)
168 return list_last_entry(&peer->list, struct tipc_peer, list);
171 static struct tipc_peer *peer_nxt(struct tipc_peer *peer)
173 return list_first_entry(&peer->list, struct tipc_peer, list);
176 static struct tipc_peer *peer_hea
[all...]

Completed in 124 milliseconds