aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netlink.h')
-rw-r--r--include/net/netlink.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h
index b239fcd33d80..a064ec3e2ee1 100644
--- a/include/net/netlink.h
+++ b/include/net/netlink.h
@@ -233,7 +233,8 @@ struct nl_info {
233}; 233};
234 234
235int netlink_rcv_skb(struct sk_buff *skb, 235int netlink_rcv_skb(struct sk_buff *skb,
236 int (*cb)(struct sk_buff *, struct nlmsghdr *)); 236 int (*cb)(struct sk_buff *, struct nlmsghdr *,
237 struct netlink_ext_ack *));
237int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, 238int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
238 unsigned int group, int report, gfp_t flags); 239 unsigned int group, int report, gfp_t flags);
239 240