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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h
index b2ae0f4276af..6a94175ee20a 100644
--- a/net/tipc/link.h
+++ b/net/tipc/link.h
@@ -86,7 +86,6 @@ bool tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer,
86 struct sk_buff_head *namedq, 86 struct sk_buff_head *namedq,
87 struct tipc_link *bc_sndlink, 87 struct tipc_link *bc_sndlink,
88 struct tipc_link **link); 88 struct tipc_link **link);
89void tipc_link_reinit(struct tipc_link *l, u32 addr);
90void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl, 89void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
91 int mtyp, struct sk_buff_head *xmitq); 90 int mtyp, struct sk_buff_head *xmitq);
92void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq); 91void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
@@ -112,8 +111,10 @@ char tipc_link_plane(struct tipc_link *l);
112int tipc_link_prio(struct tipc_link *l); 111int tipc_link_prio(struct tipc_link *l);
113int tipc_link_window(struct tipc_link *l); 112int tipc_link_window(struct tipc_link *l);
114unsigned long tipc_link_tolerance(struct tipc_link *l); 113unsigned long tipc_link_tolerance(struct tipc_link *l);
115void tipc_link_set_tolerance(struct tipc_link *l, u32 tol); 114void tipc_link_set_tolerance(struct tipc_link *l, u32 tol,
116void tipc_link_set_prio(struct tipc_link *l, u32 prio); 115 struct sk_buff_head *xmitq);
116void tipc_link_set_prio(struct tipc_link *l, u32 prio,
117 struct sk_buff_head *xmitq);
117void tipc_link_set_abort_limit(struct tipc_link *l, u32 limit); 118void tipc_link_set_abort_limit(struct tipc_link *l, u32 limit);
118void tipc_link_set_queue_limits(struct tipc_link *l, u32 window); 119void tipc_link_set_queue_limits(struct tipc_link *l, u32 window);
119int __tipc_nl_add_link(struct net *net, struct tipc_nl_msg *msg, 120int __tipc_nl_add_link(struct net *net, struct tipc_nl_msg *msg,