forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/net/tipc/name_distr.h
....@@ -67,11 +67,14 @@
6767 __be32 key;
6868 };
6969
70
+void tipc_named_bcast(struct net *net, struct sk_buff *skb);
7071 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ);
7172 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
72
-void tipc_named_node_up(struct net *net, u32 dnode);
73
-void tipc_named_rcv(struct net *net, struct sk_buff_head *msg_queue);
73
+void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities);
74
+void tipc_named_rcv(struct net *net, struct sk_buff_head *namedq,
75
+ u16 *rcv_nxt, bool *open);
7476 void tipc_named_reinit(struct net *net);
75
-void tipc_publ_notify(struct net *net, struct list_head *nsub_list, u32 addr);
77
+void tipc_publ_notify(struct net *net, struct list_head *nsub_list,
78
+ u32 addr, u16 capabilities);
7679
7780 #endif