Searched refs:HVSOCK_PKT_LEN (Results 1 – 1 of 1) sorted by relevance
82 #define HVSOCK_PKT_LEN(payload_len) (HVSOCK_HEADER_LEN + \ macro1083 return (readable >= HVSOCK_PKT_LEN(0)); in hvsock_chan_readable()1373 (uintmax_t)(HVSOCK_PKT_LEN(1) + HVSOCK_PKT_LEN(0))); in hvsock_canwrite_check()1375 if (writeable < HVSOCK_PKT_LEN(1) + HVSOCK_PKT_LEN(0)) { in hvsock_canwrite_check()1382 ret = writeable - HVSOCK_PKT_LEN(0) - HVSOCK_PKT_LEN(0); in hvsock_canwrite_check()1394 HVSOCK_PKT_LEN(HVSOCK_SEND_BUF_SZ)); in hvsock_set_chan_pending_send_size()