Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dnode.c182 if (!l_ptr || !tipc_link_is_up(l_ptr) || in node_select_active_links()
482 link_info.up = htonl(tipc_link_is_up(n_ptr->links[i])); in tipc_node_get_links()
Ddiscover.c191 if (tipc_link_is_up(link) || (!link->started)) { in tipc_disc_recv_msg()
Dlink.h217 int tipc_link_is_up(struct link *l_ptr);
Dlink.c145 int tipc_link_is_up(struct link *l_ptr) in tipc_link_is_up() function
1926 if (!tipc_link_is_up(l_ptr)) in tipc_link_send_proto_msg()
1971 r_flag = (l_ptr->owner->working_links > tipc_link_is_up(l_ptr)); in tipc_link_send_proto_msg()
2153 if (!tipc_link_is_up(tunnel)) { in tipc_link_tunnel()
2270 if (!tipc_link_is_up(l_ptr)) in tipc_link_send_duplicate()
2339 if (tipc_link_is_up(dest_link)) { in link_recv_changeover_msg()
2458 if (!tipc_link_is_up(l_ptr)) in link_send_long_buf()
2843 else if (tipc_link_is_up(l_ptr)) in tipc_link_stats()