aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netlink.h')
-rw-r--r--include/linux/netlink.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h
index c9fdde2bc73f..df73cf4b0290 100644
--- a/include/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -153,6 +153,7 @@ struct nlattr {
153 153
154#include <linux/capability.h> 154#include <linux/capability.h>
155#include <linux/skbuff.h> 155#include <linux/skbuff.h>
156#include <net/scm.h>
156 157
157struct net; 158struct net;
158 159
@@ -162,7 +163,7 @@ static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb)
162} 163}
163 164
164struct netlink_skb_parms { 165struct netlink_skb_parms {
165 struct ucred creds; /* Skb credentials */ 166 struct scm_creds creds; /* Skb credentials */
166 __u32 pid; 167 __u32 pid;
167 __u32 dst_group; 168 __u32 dst_group;
168 struct sock *ssk; 169 struct sock *ssk;