diff options
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r-- | net/tipc/node.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h index 74f278adada3..86b7c740cf84 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h | |||
@@ -160,6 +160,10 @@ bool tipc_node_is_up(struct tipc_node *n); | |||
160 | int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node, | 160 | int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node, |
161 | char *linkname, size_t len); | 161 | char *linkname, size_t len); |
162 | void tipc_node_unlock(struct tipc_node *node); | 162 | void tipc_node_unlock(struct tipc_node *node); |
163 | int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode, | ||
164 | int selector); | ||
165 | int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest, | ||
166 | u32 selector); | ||
163 | int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port); | 167 | int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port); |
164 | void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port); | 168 | void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port); |
165 | 169 | ||