[NETNS]: Consolidate kernel netlink socket destruction.
[deliverable/linux.git] / include / linux / netlink.h
index 2aee0f51087646361f89d0c2bc32adb6ca27c3cf..bd13b6f4a98ec0932503273858988795bcc5bf35 100644 (file)
@@ -178,6 +178,7 @@ extern struct sock *netlink_kernel_create(struct net *net,
                                          void (*input)(struct sk_buff *skb),
                                          struct mutex *cb_mutex,
                                          struct module *module);
+extern void netlink_kernel_release(struct sock *sk);
 extern int netlink_change_ngroups(struct sock *sk, unsigned int groups);
 extern void netlink_clear_multicast_users(struct sock *sk, unsigned int group);
 extern void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err);
This page took 0.030257 seconds and 5 git commands to generate.