HomeSort by: relevance | last modified time | path
    Searched refs:send_size (Results 1 - 8 of 8) sorted by relevancy

  /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) {

Completed in 99 milliseconds