aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netlink.h
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@mellanox.com>2019-06-18 18:12:43 +0300
committerDavid S. Miller <davem@davemloft.net>2019-06-18 09:45:36 -0700
commit3de205cde4ee8e36416f8b1a1510658abb14f408 (patch)
treea2b67c13977be09e995f974c97ac7b9e025f6b01 /include/net/netlink.h
parentMerge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue (diff)
downloadlinux-dev-3de205cde4ee8e36416f8b1a1510658abb14f408.tar.xz
linux-dev-3de205cde4ee8e36416f8b1a1510658abb14f408.zip
netlink: Document all fields of 'struct nl_info'
Some fields were not documented. Add documentation. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netlink.h')
-rw-r--r--include/net/netlink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h
index 28ece67f5312..ce66e43b9b6a 100644
--- a/include/net/netlink.h
+++ b/include/net/netlink.h
@@ -378,7 +378,9 @@ struct nla_policy {
/**
* struct nl_info - netlink source information
* @nlh: Netlink message header of original request
+ * @nl_net: Network namespace
* @portid: Netlink PORTID of requesting application
+ * @skip_notify: Skip netlink notifications to user space
*/
struct nl_info {
struct nlmsghdr *nlh;