Searched refs:tcp_write_byte_count (Results 1 – 3 of 3) sorted by relevance
1510 (void*)(buf+c->tcp_write_byte_count),1512 c->tcp_write_byte_count);1563 c->tcp_write_byte_count += r;1564 if(c->tcp_write_byte_count < sizeof(uint16_t))1615 c->tcp_write_byte_count += r;1929 c->tcp_write_byte_count += r;1930 if(c->tcp_write_byte_count < sizeof(uint16_t))1967 sizeof(uint16_t)-c->tcp_write_byte_count, 0);2011 c->tcp_write_byte_count += r;2012 if(c->tcp_write_byte_count < sizeof(uint16_t))[all …]
295 size_t tcp_write_byte_count; member
590 pend->c->tcp_write_byte_count = 0;989 buf, (int)pend->c->tcp_write_byte_count);