Searched refs:tipc_link_is_up (Results 1 – 4 of 4) sorted by relevance
221 int tipc_link_is_up(struct tipc_link *l_ptr);
142 int tipc_link_is_up(struct tipc_link *l_ptr) in tipc_link_is_up() function1365 if (!tipc_link_is_up(l_ptr)) in tipc_link_proto_xmit()1395 r_flag = (l_ptr->owner->working_links > tipc_link_is_up(l_ptr)); in tipc_link_proto_xmit()1548 if (!tipc_link_is_up(tunnel)) { in tipc_link_tunnel_xmit()1669 if (!tipc_link_is_up(link)) in tipc_link_dup_queue_xmit()1701 if (pl && tipc_link_is_up(pl)) in tipc_link_failover_rcv()2042 if (tipc_link_is_up(link)) in __tipc_nl_add_link()
178 link_up = link && tipc_link_is_up(link); in tipc_disc_rcv()
275 if (!l_ptr || !tipc_link_is_up(l_ptr) || in node_select_active_links()