Searched refs:tipc_node_link_down (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | node.c | 72 static void tipc_node_link_down(struct tipc_node *n, int bearer_id, 314 tipc_node_link_down(n, bearer_id, false); in tipc_node_timeout() 469 static void tipc_node_link_down(struct tipc_node *n, int bearer_id, bool delete) in tipc_node_link_down() function 631 tipc_node_link_down(n, b->identity, false); in tipc_node_check_dest() 642 tipc_node_link_down(n, bearer_id, true); in tipc_node_delete_links() 656 tipc_node_link_down(n, i, false); in tipc_node_reset_links() 1042 tipc_node_link_down(n, bearer_id, false); in tipc_node_xmit() 1328 tipc_node_link_down(n, bearer_id, false); in tipc_rcv()
|