]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/tipc/link.h
tipc: let broadcast transmission use new link transmit function
[karo-tx-linux.git] / net / tipc / link.h
index be24d1fd51320a5861071b47ac0c0ee87aa27dfe..9c4acc26b3b12a27a484557298db75f7974ed0b8 100644 (file)
@@ -262,5 +262,9 @@ int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[]);
 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq);
 int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb,
                  struct sk_buff_head *xmitq);
+void tipc_link_build_ack_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
+void tipc_link_add_bc_peer(struct tipc_link *l);
+void tipc_link_remove_bc_peer(struct tipc_link *l);
+int tipc_link_bc_peers(struct tipc_link *l);
 
 #endif