diff options
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r-- | net/tipc/link.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index 380e27ee0f70..9df7fa4d3bdd 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -223,7 +223,8 @@ int tipc_link_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest, | |||
223 | u32 selector); | 223 | u32 selector); |
224 | int tipc_link_xmit(struct net *net, struct sk_buff_head *list, u32 dest, | 224 | int tipc_link_xmit(struct net *net, struct sk_buff_head *list, u32 dest, |
225 | u32 selector); | 225 | u32 selector); |
226 | int __tipc_link_xmit(struct tipc_link *link, struct sk_buff_head *list); | 226 | int __tipc_link_xmit(struct net *net, struct tipc_link *link, |
227 | struct sk_buff_head *list); | ||
227 | void tipc_link_bundle_rcv(struct net *net, struct sk_buff *buf); | 228 | void tipc_link_bundle_rcv(struct net *net, struct sk_buff *buf); |
228 | void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob, | 229 | void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob, |
229 | u32 gap, u32 tolerance, u32 priority, u32 acked_mtu); | 230 | u32 gap, u32 tolerance, u32 priority, u32 acked_mtu); |