Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dnode.c864 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()
H A Dbcast.c445 if (msg_mc_netid(hdr) != tipc_netid(net) || !tipc_link_is_up(l)) { in tipc_bcast_rcv()