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

/net/tipc/
H A Dnode.h140 int tipc_node_is_up(struct tipc_node *n_ptr);
H A Dnode.c307 if (tipc_node_is_up(n_ptr))
331 int tipc_node_is_up(struct tipc_node *n_ptr) function
452 node_info.up = htonl(tipc_node_is_up(n_ptr));
H A Dbcast.c579 if (unlikely(!tipc_node_is_up(node)))
H A Dlink.c302 if (shutting_down || !tipc_node_is_up(n_ptr)) {
1573 if (!tipc_node_is_up(l_ptr->owner)) {

Completed in 74 milliseconds