Lines Matching refs:nla_data
69 const struct nla_bitfield32 *bf = nla_data(nla);
109 ret = __nla_validate_parse(nla_data(entry), nla_len(entry),
455 if (!minlen || memchr(nla_data(nla), '\0', minlen) == NULL) {
466 char *buf = nla_data(nla);
490 err = __nla_validate_parse(nla_data(nla), nla_len(nla),
514 err = nla_validate_array(nla_data(nla), nla_len(nla),
753 char *src = nla_data(nla);
789 char *src = nla_data(nla), *dst;
818 memcpy(dest, nla_data(src), minlen);
838 d = memcmp(nla_data(nla), data, size);
852 char *buf = nla_data(nla);
861 d = memcmp(nla_data(nla), str, len);
903 * attribute will have a 64-bit aligned nla_data() area.
963 * attribute will have a 64-bit aligned nla_data() area.
1019 memcpy(nla_data(nla), data, attrlen);
1040 memcpy(nla_data(nla), data, attrlen);