Lines Matching defs:size
20 * size. However, to maintain compatibility with broken commands, if the
21 * attribute length does not match the expected size a warning is emitted
213 "binary attribute size out of range");
461 * it must have a size of at least NLA_HDRLEN.
483 * it must have a size of at least NLA_HDRLEN.
644 * to allocated Netlink buffers roughly the size of the actual
718 * @dstsize: size of destination buffer
773 * @count: size of the destination area
796 * @size: size of memory area
799 size_t size)
801 int d = nla_len(nla) - size;
804 d = memcmp(nla_data(nla), data, size);