hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/net/tipc/net.h
....@@ -42,10 +42,12 @@
4242 extern const struct nla_policy tipc_nl_net_policy[];
4343
4444 int tipc_net_init(struct net *net, u8 *node_id, u32 addr);
45
+void tipc_net_finalize_work(struct work_struct *work);
4546 void tipc_sched_net_finalize(struct net *net, u32 addr);
4647 void tipc_net_stop(struct net *net);
4748 int tipc_nl_net_dump(struct sk_buff *skb, struct netlink_callback *cb);
4849 int tipc_nl_net_set(struct sk_buff *skb, struct genl_info *info);
4950 int __tipc_nl_net_set(struct sk_buff *skb, struct genl_info *info);
51
+int tipc_nl_net_addr_legacy_get(struct sk_buff *skb, struct genl_info *info);
5052
5153 #endif