Searched refs:HVS_PKT_LEN (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/vmw_vsock/
H A Dhyperv_transport.c77 #define HVS_PKT_LEN(payload_len) (HVS_HEADER_LEN + \ macro
82 #define HVS_MAX_PKT_SIZE HVS_PKT_LEN(HVS_MTU_SIZE)
180 HVS_PKT_LEN(HVS_SEND_BUF_SIZE));
190 return readable >= HVS_PKT_LEN(0);
197 if (readable > HVS_PKT_LEN(0)) {
205 if (readable == HVS_PKT_LEN(0)) {
223 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0))
226 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(
[all...]

Completed in 127 milliseconds