Home
last modified time | relevance | path

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

/linux-6.12.1/net/vmw_vsock/
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)); in hvs_set_channel_pending_send_size()
190 return readable >= HVS_PKT_LEN(0); in hvs_channel_readable()
197 if (readable > HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()
205 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()
223 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0)) in hvs_channel_writable_bytes()
226 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(0); in hvs_channel_writable_bytes()