Lines Matching refs:tipc_node

43 static void node_lost_contact(struct tipc_node *n_ptr);
44 static void node_established_contact(struct tipc_node *n_ptr);
45 static void tipc_node_delete(struct tipc_node *node);
73 struct tipc_node *node = container_of(kref, struct tipc_node, kref); in tipc_node_kref_release()
78 void tipc_node_put(struct tipc_node *node) in tipc_node_put()
83 static void tipc_node_get(struct tipc_node *node) in tipc_node_get()
91 struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find()
94 struct tipc_node *node; in tipc_node_find()
112 struct tipc_node *tipc_node_create(struct net *net, u32 addr) in tipc_node_create()
115 struct tipc_node *n_ptr, *temp_node; in tipc_node_create()
149 static void tipc_node_delete(struct tipc_node *node) in tipc_node_delete()
159 struct tipc_node *node, *t_node; in tipc_node_stop()
169 struct tipc_node *node; in tipc_node_add_conn()
200 struct tipc_node *node; in tipc_node_remove_conn()
226 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_up()
264 static void node_select_active_links(struct tipc_node *n_ptr) in node_select_active_links()
291 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_down()
333 int tipc_node_active_links(struct tipc_node *n_ptr) in tipc_node_active_links()
338 int tipc_node_is_up(struct tipc_node *n_ptr) in tipc_node_is_up()
343 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_attach_link()
349 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_detach_link()
361 static void node_established_contact(struct tipc_node *n_ptr) in node_established_contact()
369 static void node_lost_contact(struct tipc_node *n_ptr) in node_lost_contact()
446 struct tipc_node *node = tipc_node_find(net, addr); in tipc_node_get_linkname()
466 void tipc_node_unlock(struct tipc_node *node) in tipc_node_unlock()
528 static int __tipc_nl_add_node(struct tipc_nl_msg *msg, struct tipc_node *node) in __tipc_nl_add_node()
568 struct tipc_node *node; in tipc_nl_node_dump()