Lines Matching refs:head
56 static int __nla_validate_parse(const struct nlattr *head, int len, int maxtype,
85 static int nla_validate_array(const struct nlattr *head, int len, int maxtype,
93 nla_for_each_attr(entry, head, len, rem) {
560 static int __nla_validate_parse(const struct nlattr *head, int len, int maxtype,
578 nla_for_each_attr(nla, head, len, rem) {
615 * @head: head of attribute stream
629 int __nla_validate(const struct nlattr *head, int len, int maxtype,
633 return __nla_validate_parse(head, len, maxtype, policy, validate,
671 * @head: head of attribute stream
684 const struct nlattr *head, int len,
688 return __nla_validate_parse(head, len, maxtype, policy, validate,
695 * @head: head of attribute stream
701 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype)
706 nla_for_each_attr(nla, head, len, rem)
974 * @data: head of attribute payload
994 * @data: head of attribute payload
1014 * @data: head of attribute payload
1033 * @data: head of attribute payload
1053 * @data: head of attribute payload
1080 * @data: head of attribute payload
1099 * @data: head of attribute payload