diff options
Diffstat (limited to 'include/net/netlink.h')
-rw-r--r-- | include/net/netlink.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h index c99e22db9632..640c26a90cf1 100644 --- a/include/net/netlink.h +++ b/include/net/netlink.h | |||
@@ -183,6 +183,12 @@ struct nla_policy { | |||
183 | u16 minlen; | 183 | u16 minlen; |
184 | }; | 184 | }; |
185 | 185 | ||
186 | extern void netlink_run_queue(struct sock *sk, unsigned int *qlen, | ||
187 | int (*cb)(struct sk_buff *, | ||
188 | struct nlmsghdr *, int *)); | ||
189 | extern void netlink_queue_skip(struct nlmsghdr *nlh, | ||
190 | struct sk_buff *skb); | ||
191 | |||
186 | extern int nla_validate(struct nlattr *head, int len, int maxtype, | 192 | extern int nla_validate(struct nlattr *head, int len, int maxtype, |
187 | struct nla_policy *policy); | 193 | struct nla_policy *policy); |
188 | extern int nla_parse(struct nlattr *tb[], int maxtype, | 194 | extern int nla_parse(struct nlattr *tb[], int maxtype, |