Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c261 static int link_is_up(struct tipc_link *l) in link_is_up() function
292 return link_is_up(l); in tipc_link_is_up()
1807 if (unlikely(!link_is_up(l))) { in tipc_link_rcv()
1865 bool node_up = link_is_up(bcl); in tipc_link_build_proto_msg()
2180 if (!link_is_up(l) && msg_ack(hdr)) in tipc_link_validate_msg()
2278 if (mtyp == RESET_MSG || !link_is_up(l)) in tipc_link_proto_rcv()
2317 if (!link_is_up(l)) { in tipc_link_proto_rcv()
2404 if (link_is_up(l)) in tipc_link_bc_init_rcv()
2432 if (!link_is_up(l)) in tipc_link_bc_sync_rcv()
2492 if (!link_is_up(r) || !r->bc_peer_is_up) in tipc_link_bc_ack_rcv()
[all …]