Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dnode.c178 static bool node_is_up(struct tipc_node *n);
762 if (!node_is_up(peer) && time_after(jiffies, peer->delete_at)) { in tipc_node_cleanup()
797 if (!node_is_up(n) && tipc_node_cleanup(n)) { in tipc_node_timeout()
1007 if (!node_is_up(n)) { in __tipc_node_link_down()
1072 static bool node_is_up(struct tipc_node *n) in node_is_up() function
1088 retval = node_is_up(n); in tipc_node_is_up()
1579 if (node_is_up(node)) in __tipc_nl_add_node()
1682 node_up = node_is_up(n); in tipc_node_xmit()
1777 if (!node_is_up(n)) in tipc_node_broadcast()