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

/net/tipc/
H A Ddiscover.c199 } else if (tipc_link_is_up(link) && !addr_mismatch) {
220 if (tipc_link_is_up(link)) {
H A Dnode.c190 if (!l_ptr || !tipc_link_is_up(l_ptr) ||
431 link_info.up = htonl(tipc_link_is_up(n_ptr->links[i]));
H A Dlink.h216 int tipc_link_is_up(struct tipc_link *l_ptr);
H A Dlink.c148 int tipc_link_is_up(struct tipc_link *l_ptr) function
1934 if (!tipc_link_is_up(l_ptr))
1979 r_flag = (l_ptr->owner->working_links > tipc_link_is_up(l_ptr));
2157 if (!tipc_link_is_up(tunnel)) {
2270 if (!tipc_link_is_up(l_ptr))
2337 if (tipc_link_is_up(dest_link)) {
2859 else if (tipc_link_is_up(l))

Completed in 10 milliseconds