Searched refs:SendBuf (Results 1 – 1 of 1) sorted by relevance
475 pub send: SendBuf,500 send: SendBuf::new(max_tx_data), in new()882 pub struct SendBuf { struct905 impl SendBuf { impl907 fn new(max_data: u64) -> SendBuf { in new() argument908 SendBuf { in new()910 ..SendBuf::default() in new()1771 let mut send = SendBuf::new(std::u64::MAX); in empty_write()1781 let mut send = SendBuf::new(std::u64::MAX); in multi_write()1802 let mut send = SendBuf::new(std::u64::MAX); in split_write()[all …]