Home
last modified time | relevance | path

Searched refs:node_is_up (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/net/tipc/
Dnode.c167 static bool node_is_up(struct tipc_node *n);
613 if (!node_is_up(peer) && time_after(jiffies, peer->delete_at)) { in tipc_node_cleanup()
642 if (!node_is_up(n) && tipc_node_cleanup(n)) { in tipc_node_timeout()
848 if (!node_is_up(n)) { in __tipc_node_link_down()
913 static bool node_is_up(struct tipc_node *n) in node_is_up() function
929 retval = node_is_up(n); in tipc_node_is_up()
1410 if (node_is_up(node)) in __tipc_nl_add_node()
1528 if (!node_is_up(n)) in tipc_node_broadcast()