Searched refs:tipc_link_is_reset (Results 1 – 3 of 3) sorted by relevance
99 bool tipc_link_is_reset(struct tipc_link *l);
969 if (l && !tipc_link_is_reset(l)) in tipc_node_link_failover()1001 if (!l || tipc_link_is_reset(l)) in __tipc_node_link_down()1306 if (reset && l && !tipc_link_is_reset(l)) in tipc_node_check_dest()1995 if (pl && !tipc_link_is_reset(pl)) { in tipc_node_check_state()
300 bool tipc_link_is_reset(struct tipc_link *l) in tipc_link_is_reset() function