aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r--net/tipc/link.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h
index 0201212cb49a..06bf66df9469 100644
--- a/net/tipc/link.h
+++ b/net/tipc/link.h
@@ -205,8 +205,10 @@ struct tipc_link {
205 struct tipc_stats stats; 205 struct tipc_stats stats;
206}; 206};
207 207
208bool tipc_link_create(struct tipc_node *n, struct tipc_bearer *b, u32 session, 208bool tipc_link_create(struct tipc_node *n, char *if_name, int bearer_id,
209 u32 ownnode, u32 peer, struct tipc_media_addr *maddr, 209 int tolerance, char net_plane, u32 mtu, int priority,
210 int window, u32 session, u32 ownnode, u32 peer,
211 struct tipc_media_addr *maddr,
210 struct sk_buff_head *inputq, struct sk_buff_head *namedq, 212 struct sk_buff_head *inputq, struct sk_buff_head *namedq,
211 struct tipc_link **link); 213 struct tipc_link **link);
212void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl, 214void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,