Lines Matching refs:SendBuf
475 pub send: SendBuf,
500 send: SendBuf::new(max_tx_data), in new()
882 pub struct SendBuf { struct
905 impl SendBuf { argument
907 fn new(max_data: u64) -> SendBuf { in new() argument
908 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()
1838 let mut send = SendBuf::new(std::u64::MAX); in resend()
1902 let mut send = SendBuf::default(); in write_blocked_by_off()
1966 let mut send = SendBuf::new(std::u64::MAX); in zero_len_write()