Searched refs:tipc_link_is_up (Results 1 – 4 of 4) sorted by relevance
268 bool tipc_link_is_up(struct tipc_link *l) in tipc_link_is_up() function1786 if (unlikely(!tipc_link_is_up(l))) { in tipc_link_rcv()1844 bool node_up = tipc_link_is_up(bcl); in tipc_link_build_proto_msg()1853 if (!tipc_link_is_up(l) && (mtyp == STATE_MSG)) in tipc_link_build_proto_msg()2159 if (!tipc_link_is_up(l) && msg_ack(hdr)) in tipc_link_validate_msg()2257 if (mtyp == RESET_MSG || !tipc_link_is_up(l)) in tipc_link_proto_rcv()2296 if (!tipc_link_is_up(l)) { in tipc_link_proto_rcv()2383 if (tipc_link_is_up(l)) in tipc_link_bc_init_rcv()2411 if (!tipc_link_is_up(l)) in tipc_link_bc_sync_rcv()2471 if (!tipc_link_is_up(r) || !r->bc_peer_is_up) in tipc_link_bc_ack_rcv()[all …]
97 bool tipc_link_is_up(struct tipc_link *l);
864 if (!nl || tipc_link_is_up(nl)) in __tipc_node_link_up()868 if (!tipc_link_is_up(nl)) in __tipc_node_link_up()963 if (!tipc_link_is_up(tnl)) in tipc_node_link_failover()1016 if (!_l || !tipc_link_is_up(_l)) in __tipc_node_link_down()1201 link_up = l && tipc_link_is_up(l); in tipc_node_check_dest()1973 if (!tipc_link_is_up(l)) in tipc_node_check_state()2020 if ((n->state == NODE_FAILINGOVER) && tipc_link_is_up(l)) { in tipc_node_check_state()2030 if (!pl || !tipc_link_is_up(pl)) in tipc_node_check_state()2039 if (!tipc_link_is_up(l)) in tipc_node_check_state()
445 if (msg_mc_netid(hdr) != tipc_netid(net) || !tipc_link_is_up(l)) { in tipc_bcast_rcv()