Searched defs:tipc_node (Results 1 - 1 of 1) sorted by relevance

/net/tipc/
H A Dnode.h94 * struct tipc_node - TIPC node structure
108 * @rcu: rcu struct for tipc_node
110 struct tipc_node { struct
132 struct tipc_node *tipc_node_find(u32 addr);
133 struct tipc_node *tipc_node_create(u32 addr);
135 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
136 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
137 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
138 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
139 int tipc_node_active_links(struct tipc_node *n_pt
[all...]

Completed in 34 milliseconds