Searched refs:send_size (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/ |
| H A D | tcsd_threads.c | 205 int recd_so_far, empty_space, total_recv_size, recv_chunk_size, send_size; in tcsd_thread_run() local 313 send_size = Decode_UINT32(data->comm.buf); in tcsd_thread_run() 314 LogDebug("Sending 0x%X bytes back", send_size); in tcsd_thread_run() 315 send_size = send_to_socket(data->sock, data->comm.buf, send_size); in tcsd_thread_run() 316 if (send_size < 0) in tcsd_thread_run()
|
| /netbsd-src/sys/netinet/ |
| H A D | 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 [all...] |
| H A D | sctp_indata.c | 314 asoc->size_on_delivery_queue -= chk->send_size; in sctp_deliver_data() 337 asoc->size_on_delivery_queue += chk->send_size; in sctp_deliver_data() 394 m->m_pkthdr.len = chk->send_size; in sctp_deliver_data() 437 if (sctp_sbspace(&stcb->sctp_socket->so_rcv) < (long)chk->send_size) { in sctp_deliver_data() 469 (long)chk->send_size) { in sctp_deliver_data() 488 asoc->size_on_delivery_queue -= chk->send_size; in sctp_deliver_data() 535 asoc->size_on_delivery_queue -= chk->send_size; in sctp_service_reassembly() 617 m->m_pkthdr.len = chk->send_size; in sctp_service_reassembly() 660 (long)chk->send_size) { in sctp_service_reassembly() 700 (long)chk->send_size) { in sctp_service_reassembly() [all...] |
| H A D | sctp_structs.h | 240 u_int32_t send_size; member
|
| H A D | sctputil.c | 243 sctp_clog[sctp_cwnd_log_at].x.rwnd.send_size = snd_size; in sctp_log_rwnd() 259 sctp_clog[sctp_cwnd_log_at].x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 1610 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset() 1617 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset() 1623 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset() 2070 length = sizeof(struct sctp_send_failed) + chk->send_size; in sctp_notify_send_failed()
|
| H A D | sctp_usrreq.c | 199 new_chk->data = m_split(chk->data, (chk->send_size>>1), M_DONTWAIT); in sctp_split_chunks() 213 chk->send_size >>= 1; in sctp_split_chunks() 214 new_chk->send_size >>= 1; in sctp_split_chunks() 299 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { in sctp_notify_mbuf() 304 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { in sctp_notify_mbuf() 330 if ((chk->send_size+SCTP_MED_OVERHEAD) > nxtsz) { in sctp_notify_mbuf()
|
| H A D | sctp_uio.h | 525 u_int32_t send_size; member
|
| H A D | sctp_pcb.c | 4517 asoc->size_on_reasm_queue -= chk->send_size; in sctp_drain_mbufs() 4550 asoc->size_on_all_streams -= chk->send_size; in sctp_drain_mbufs()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc.c | 325 int send_size = 0, send_total = 0; in send_to_socket() local 328 if ((send_size = send(sock, buffer+send_total, size-send_total, 0)) < 0) { in send_to_socket() 332 send_total += send_size; in send_to_socket()
|
| /netbsd-src/sys/netinet6/ |
| H A D | sctp6_usrreq.c | 357 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { in sctp6_notify_mbuf() 362 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { in sctp6_notify_mbuf() 377 stcb->asoc.total_flight -= chk->send_size; in sctp6_notify_mbuf() 378 net->flight_size -= chk->send_size; in sctp6_notify_mbuf() 383 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { in sctp6_notify_mbuf()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc.c | 83 int send_size = 0, send_total = 0; in send_to_socket() local 86 if ((send_size = send(sock, buffer+send_total, size-send_total, 0)) < 0) { in send_to_socket() 90 send_total += send_size; in send_to_socket()
|