hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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