Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dlink.h221 int tipc_link_is_up(struct tipc_link *l_ptr);
Dlink.c142 int tipc_link_is_up(struct tipc_link *l_ptr) in tipc_link_is_up() function
1365 if (!tipc_link_is_up(l_ptr)) in tipc_link_proto_xmit()
1395 r_flag = (l_ptr->owner->working_links > tipc_link_is_up(l_ptr)); in tipc_link_proto_xmit()
1548 if (!tipc_link_is_up(tunnel)) { in tipc_link_tunnel_xmit()
1669 if (!tipc_link_is_up(link)) in tipc_link_dup_queue_xmit()
1701 if (pl && tipc_link_is_up(pl)) in tipc_link_failover_rcv()
2042 if (tipc_link_is_up(link)) in __tipc_nl_add_link()
Ddiscover.c178 link_up = link && tipc_link_is_up(link); in tipc_disc_rcv()
Dnode.c275 if (!l_ptr || !tipc_link_is_up(l_ptr) || in node_select_active_links()