Lines Matching refs:nla_data
65 const struct nla_bitfield32 *bf = nla_data(nla);
105 ret = __nla_validate_parse(nla_data(entry), nla_len(entry),
433 if (!minlen || memchr(nla_data(nla), '\0', minlen) == NULL) {
444 char *buf = nla_data(nla);
468 err = __nla_validate_parse(nla_data(nla), nla_len(nla),
492 err = nla_validate_array(nla_data(nla), nla_len(nla),
729 char *src = nla_data(nla);
755 char *src = nla_data(nla), *dst;
784 memcpy(dest, nla_data(src), minlen);
804 d = memcmp(nla_data(nla), data, size);
818 char *buf = nla_data(nla);
827 d = memcmp(nla_data(nla), str, len);
869 * attribute will have a 64-bit aligned nla_data() area.
929 * attribute will have a 64-bit aligned nla_data() area.
985 memcpy(nla_data(nla), data, attrlen);
1006 memcpy(nla_data(nla), data, attrlen);