Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dlink.h97 bool tipc_link_is_up(struct tipc_link *l);
H A Dnode.c866 if (!nl || tipc_link_is_up(nl)) in __tipc_node_link_up()
870 if (!tipc_link_is_up(nl)) in __tipc_node_link_up()
965 if (!tipc_link_is_up(tnl)) in tipc_node_link_failover()
1018 if (!_l || !tipc_link_is_up(_l)) in __tipc_node_link_down()
1203 link_up = l && tipc_link_is_up(l); in tipc_node_check_dest()
1975 if (!tipc_link_is_up(l)) in tipc_node_check_state()
2022 if ((n->state == NODE_FAILINGOVER) && tipc_link_is_up(l)) { in tipc_node_check_state()
2032 if (!pl || !tipc_link_is_up(pl)) in tipc_node_check_state()
2041 if (!tipc_link_is_up(l)) in tipc_node_check_state()
H A Dlink.c290 bool tipc_link_is_up(struct tipc_link *l) in tipc_link_is_up() function
1875 if (!tipc_link_is_up(l) && (mtyp == STATE_MSG)) in tipc_link_build_proto_msg()
2532 if (!tipc_link_is_up(l) || !l->bc_peer_is_up) in tipc_link_bc_nack_rcv()
2721 if (tipc_link_is_up(link)) in __tipc_nl_add_link()
H A Dbcast.c445 if (msg_mc_netid(hdr) != tipc_netid(net) || !tipc_link_is_up(l)) { in tipc_bcast_rcv()