]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/tipc/node.h
tipc: reduce code dependency between binding table and node layer
[karo-tx-linux.git] / net / tipc / node.h
index 6734562d3c6e57092e005516429400a1f68c1d8c..dd79e9742bd68d8acf247fbe0762c12514c962ac 100644 (file)
@@ -149,6 +149,9 @@ int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
                   int selector);
 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
                       u32 selector);
+void tipc_node_subscribe(struct net *net, struct list_head *subscr, u32 addr);
+void tipc_node_unsubscribe(struct net *net, struct list_head *subscr, u32 addr);
+void tipc_node_broadcast(struct net *net, struct sk_buff *skb);
 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port);
 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
 int tipc_nl_node_dump(struct sk_buff *skb, struct netlink_callback *cb);