Searched refs:_v (Results 1 – 1 of 1) sorted by relevance
1374 #define COPY_IN(_v) \ in vsock_stream_setsockopt() argument1376 if (optlen < sizeof(_v)) { \ in vsock_stream_setsockopt()1380 if (copy_from_user(&_v, optval, sizeof(_v)) != 0) { \ in vsock_stream_setsockopt()1455 #define COPY_OUT(_v) \ in vsock_stream_getsockopt() argument1457 if (len < sizeof(_v)) \ in vsock_stream_getsockopt()1460 len = sizeof(_v); \ in vsock_stream_getsockopt()1461 if (copy_to_user(optval, &_v, len) != 0) \ in vsock_stream_getsockopt()