Searched refs:tipc_link_is_up (Results 1 – 4 of 4) sorted by relevance
338 if (!tipc_link_is_up(nl)) in __tipc_node_link_up()426 if (!_l || !tipc_link_is_up(_l)) in __tipc_node_link_down()532 link_up = l && tipc_link_is_up(l); in tipc_node_check_dest()1179 if (!tipc_link_is_up(l)) in tipc_node_check_state()1199 if (pl && tipc_link_is_up(pl)) { in tipc_node_check_state()1210 if ((n->state == NODE_FAILINGOVER) && tipc_link_is_up(l)) { in tipc_node_check_state()1220 if (!pl || !tipc_link_is_up(pl)) in tipc_node_check_state()1226 if (!tipc_link_is_up(l)) { in tipc_node_check_state()
243 bool tipc_link_is_up(struct tipc_link *l);
131 bool tipc_link_is_up(struct tipc_link *l) in tipc_link_is_up() function1133 if (!tipc_link_is_up(l)) in tipc_link_build_proto_msg()1498 if (!tipc_link_is_up(l) || !l->bc_peer_is_up) in tipc_link_bc_nack_rcv()1803 if (tipc_link_is_up(link)) in __tipc_nl_add_link()
225 if (msg_mc_netid(hdr) != tipc_netid(net) || !tipc_link_is_up(l)) { in tipc_bcast_rcv()