Lines Matching defs:bytes
1251 * @base: offset in first page where receive should start, in bytes
1252 * @len: expected size of the upper layer data payload, in bytes
1283 * Returns the number of bytes that are actually in the stored address.
1287 size_t bytes;
1293 bytes = xprt->addrlen;
1294 if (bytes > bufsize)
1295 bytes = bufsize;
1296 memcpy(buf, &xprt->addr, bytes);
1299 return bytes;
1438 * @buflen: size of target buffer, in bytes
1506 * rpc_max_payload - Get maximum payload size for a transport, in bytes
1526 * rpc_max_bc_payload - Get maximum backchannel payload size, in bytes
2547 * multiple of four bytes