Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dnode.h149 int tipc_node_active_links(struct tipc_node *n_ptr);
Dnode.c333 int tipc_node_active_links(struct tipc_node *n_ptr) in tipc_node_active_links() function
340 return tipc_node_active_links(n_ptr); in tipc_node_is_up()
Dname_distr.c99 if (!tipc_node_active_links(node)) in named_cluster_distribute()