From: Ido Schimmel Date: Tue, 18 Jun 2019 15:12:43 +0000 (+0300) Subject: netlink: Document all fields of 'struct nl_info' X-Git-Tag: v5.15~5991^2~202^2~15 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3de205cde4ee8e36416f8b1a1510658abb14f408;p=mirror_ubuntu-kernels.git netlink: Document all fields of 'struct nl_info' Some fields were not documented. Add documentation. Signed-off-by: Ido Schimmel Acked-by: Jiri Pirko Reviewed-by: David Ahern Signed-off-by: David S. Miller --- 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;