Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dlink.h99 bool tipc_link_is_reset(struct tipc_link *l);
H A Dnode.c967 if (l && !tipc_link_is_reset(l)) in tipc_node_link_failover()
999 if (!l || tipc_link_is_reset(l)) in __tipc_node_link_down()
1202 link_is_reset = l && tipc_link_is_reset(l); in tipc_node_check_dest()
1295 link_is_reset = tipc_link_is_reset(l); in tipc_node_check_dest()
1997 if (pl && !tipc_link_is_reset(pl)) { in tipc_node_check_state()
H A Dlink.c278 bool tipc_link_is_reset(struct tipc_link *l) in tipc_link_is_reset() function