Lines Matching refs:tipc_node
117 struct tipc_node { struct
141 struct tipc_node *tipc_node_find(struct net *net, u32 addr); argument
142 void tipc_node_put(struct tipc_node *node);
143 struct tipc_node *tipc_node_create(struct net *net, u32 addr);
145 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
146 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
147 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
148 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
149 int tipc_node_active_links(struct tipc_node *n_ptr);
150 int tipc_node_is_up(struct tipc_node *n_ptr);
153 void tipc_node_unlock(struct tipc_node *node);
159 static inline void tipc_node_lock(struct tipc_node *node) in tipc_node_lock()
164 static inline bool tipc_node_blocked(struct tipc_node *node) in tipc_node_blocked()
172 struct tipc_node *node; in tipc_node_get_mtu()