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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Ddiscover.c201 if (tipc_link_is_up(link) || (!link->started)) {
H A Dlink.h226 int tipc_link_is_up(struct link *l_ptr);
H A Dnode.c159 if (!l_ptr || !tipc_link_is_up(l_ptr) ||
656 link_info.up = htonl(tipc_link_is_up(n_ptr->links[i]));
H A Dlink.c239 int tipc_link_is_up(struct link *l_ptr) function
2016 if (!tipc_link_is_up(l_ptr))
2258 if (!tipc_link_is_up(tunnel)) {
2384 if (!tipc_link_is_up(l_ptr))
2460 if (tipc_link_is_up(dest_link)) {
2590 if (!tipc_link_is_up(l_ptr))
2984 else if (tipc_link_is_up(l_ptr))

Completed in 49 milliseconds