@@ -741,6 +741,7 @@ static inline int __nlmsg_parse(const struct nlmsghdr *nlh, int hdrlen,
741
741
* @hdrlen: length of family specific header
742
742
* @tb: destination array with maxtype+1 elements
743
743
* @maxtype: maximum attribute type to be expected
744
+ * @policy: validation policy
744
745
* @extack: extended ACK report struct
745
746
*
746
747
* See nla_parse()
@@ -760,6 +761,7 @@ static inline int nlmsg_parse(const struct nlmsghdr *nlh, int hdrlen,
760
761
* @hdrlen: length of family specific header
761
762
* @tb: destination array with maxtype+1 elements
762
763
* @maxtype: maximum attribute type to be expected
764
+ * @policy: validation policy
763
765
* @extack: extended ACK report struct
764
766
*
765
767
* See nla_parse_deprecated()
@@ -779,6 +781,7 @@ static inline int nlmsg_parse_deprecated(const struct nlmsghdr *nlh, int hdrlen,
779
781
* @hdrlen: length of family specific header
780
782
* @tb: destination array with maxtype+1 elements
781
783
* @maxtype: maximum attribute type to be expected
784
+ * @policy: validation policy
782
785
* @extack: extended ACK report struct
783
786
*
784
787
* See nla_parse_deprecated_strict()
@@ -814,7 +817,6 @@ static inline struct nlattr *nlmsg_find_attr(const struct nlmsghdr *nlh,
814
817
* @len: length of attribute stream
815
818
* @maxtype: maximum attribute type to be expected
816
819
* @policy: validation policy
817
- * @validate: validation strictness
818
820
* @extack: extended ACK report struct
819
821
*
820
822
* Validates all attributes in the specified attribute stream against the
0 commit comments