diff options
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r-- | net/tipc/link.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index 9c71d9e42e93..7add2b90361d 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -223,12 +223,10 @@ void tipc_link_purge_queues(struct tipc_link *l_ptr); | |||
223 | void tipc_link_purge_backlog(struct tipc_link *l); | 223 | void tipc_link_purge_backlog(struct tipc_link *l); |
224 | void tipc_link_reset_all(struct tipc_node *node); | 224 | void tipc_link_reset_all(struct tipc_node *node); |
225 | void tipc_link_reset(struct tipc_link *l_ptr); | 225 | void tipc_link_reset(struct tipc_link *l_ptr); |
226 | int tipc_link_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest, | ||
227 | u32 selector); | ||
228 | int tipc_link_xmit(struct net *net, struct sk_buff_head *list, u32 dest, | ||
229 | u32 selector); | ||
230 | int __tipc_link_xmit(struct net *net, struct tipc_link *link, | 226 | int __tipc_link_xmit(struct net *net, struct tipc_link *link, |
231 | struct sk_buff_head *list); | 227 | struct sk_buff_head *list); |
228 | int tipc_link_xmit(struct tipc_link *link, struct sk_buff_head *list, | ||
229 | struct sk_buff_head *xmitq); | ||
232 | void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob, | 230 | void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob, |
233 | u32 gap, u32 tolerance, u32 priority); | 231 | u32 gap, u32 tolerance, u32 priority); |
234 | void tipc_link_push_packets(struct tipc_link *l_ptr); | 232 | void tipc_link_push_packets(struct tipc_link *l_ptr); |