Home
last modified time | relevance | path

Searched refs:send_size (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_threads.c205 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 Dsctp_output.c4355 /* 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 Dsctp_indata.c314 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 Dsctp_structs.h240 u_int32_t send_size; member
H A Dsctputil.c243 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 Dsctp_usrreq.c199 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 Dsctp_uio.h525 u_int32_t send_size; member
H A Dsctp_pcb.c4517 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 Drpc.c325 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 Dsctp6_usrreq.c357 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 Drpc.c83 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()