| /src/crypto/external/cpl/trousers/dist/src/tcsd/ |
| tcsd_threads.c | 205 int recd_so_far, empty_space, total_recv_size, recv_chunk_size, send_size; local 313 send_size = Decode_UINT32(data->comm.buf); 314 LogDebug("Sending 0x%X bytes back", send_size); 315 send_size = send_to_socket(data->sock, data->comm.buf, send_size); 316 if (send_size < 0)
|
| /src/sys/netinet/ |
| sctp_output.c | 4355 /* fix up the send_size if it is not present */ 4356 chk->send_size = dataout; 4357 chk->book_size = chk->send_size; 4450 /* now fix the chk->send_size */ 4452 chk->send_size = chk->data->m_pkthdr.len; 4455 chk->send_size = 0; 4457 chk->send_size += nn->m_len; 4460 chk->book_size = chk->send_size; 4935 asoc->peers_rwnd , data_list[i]->send_size, sctp_peer_chunk_oh); 4938 (u_int32_t)(data_list[i]->send_size + sctp_peer_chunk_oh)) [all...] |
| sctp_indata.c | 314 asoc->size_on_delivery_queue -= chk->send_size; 337 asoc->size_on_delivery_queue += chk->send_size; 394 m->m_pkthdr.len = chk->send_size; 437 if (sctp_sbspace(&stcb->sctp_socket->so_rcv) < (long)chk->send_size) { 469 (long)chk->send_size) { 488 asoc->size_on_delivery_queue -= chk->send_size; 535 asoc->size_on_delivery_queue -= chk->send_size; 617 m->m_pkthdr.len = chk->send_size; 660 (long)chk->send_size) { 700 (long)chk->send_size) { [all...] |
| sctp_structs.h | 240 u_int32_t send_size; member in struct:sctp_tmit_chunk
|
| sctp_uio.h | 525 u_int32_t send_size; member in struct:sctp_rwnd_log
|
| sctp_usrreq.c | 199 new_chk->data = m_split(chk->data, (chk->send_size>>1), M_DONTWAIT); 213 chk->send_size >>= 1; 214 new_chk->send_size >>= 1; 299 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { 304 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { 330 if ((chk->send_size+SCTP_MED_OVERHEAD) > nxtsz) {
|
| sctputil.c | 243 sctp_clog[sctp_cwnd_log_at].x.rwnd.send_size = snd_size; 259 sctp_clog[sctp_cwnd_log_at].x.rwnd.send_size = flight_size; 1610 if (chk->send_size > eff_mtu) { 1617 if (chk->send_size > eff_mtu) { 1623 if (chk->send_size > eff_mtu) { 2070 length = sizeof(struct sctp_send_failed) + chk->send_size;
|
| sctp_pcb.c | 4517 asoc->size_on_reasm_queue -= chk->send_size; 4550 asoc->size_on_all_streams -= chk->send_size;
|
| /src/sys/netinet6/ |
| sctp6_usrreq.c | 357 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { 362 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { 377 stcb->asoc.total_flight -= chk->send_size; 378 net->flight_size -= chk->send_size; 383 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) {
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc.c | 83 int send_size = 0, send_total = 0; local 86 if ((send_size = send(sock, buffer+send_total, size-send_total, 0)) < 0) { 90 send_total += send_size;
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| rpc.c | 325 int send_size = 0, send_total = 0; local 328 if ((send_size = send(sock, buffer+send_total, size-send_total, 0)) < 0) { 332 send_total += send_size;
|