Searched refs:send_size (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctp_output.c7013 asoc->peers_rwnd, data_list[i]->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh));
7016 (uint32_t) (data_list[i]->send_size + SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)));
7507 chk->book_size = chk->send_size = (to_move + sizeof(struct sctp_data_chunk));
7561 asoc->out_tsnlog[asoc->tsn_out_at].sz = chk->send_size;
7575 dchkh->ch.chunk_length = htons(chk->send_size);
7576 /* Now advance the chk->send_size by the actual pad needed. */
7577 if (chk->send_size < SCTP_SIZE32(chk->book_size)) {
7582 pads = SCTP_SIZE32(chk->book_size) - chk->send_size;
7590 chk->send_size += pads;
8098 if ((chk->send_size < (in
[all...]
H A Dsctp_indata.c389 asoc->size_on_reasm_queue -= chk->send_size;
500 asoc->size_on_reasm_queue -= chk->send_size;
749 *t_size += chk->send_size;
848 asoc->size_on_reasm_queue = chk->send_size;
937 asoc->size_on_reasm_queue += chk->send_size;
965 asoc->size_on_reasm_queue += chk->send_size;
1671 chk->send_size = the_len;
2708 tp1->whoTo->net_ack += tp1->send_size;
2713 tp1->whoTo->net_ack2 += tp1->send_size;
3229 asoc->peers_rwnd, tp1->send_size, SCTP_BASE_SYSCT
[all...]
H A Dsctputil.c386 sctp_clog.x.rwnd.send_size = snd_size;
404 sctp_clog.x.rwnd.send_size = flight_size;
2326 if (chk->send_size > eff_mtu) {
2331 if (chk->send_size > eff_mtu) {
2849 length += chk->send_size;
2870 length += chk->send_size;
2889 if (chk->send_size >= sizeof(struct sctp_data_chunk)) {
2892 chk->send_size -= sizeof(struct sctp_data_chunk);
4733 stcb->asoc.peers_rwnd += tp1->send_size;
H A Dsctp_structs.h440 uint16_t send_size; member in struct:sctp_tmit_chunk
H A Dsctp_uio.h803 uint32_t send_size; member in struct:sctp_rwnd_log
H A Dsctp_input.c3526 clen = chk->send_size;
4080 chk->book_size = chk->send_size = sizeof(struct sctp_chunkhdr);
4102 ch->chunk_length = htons(chk->send_size);
4103 SCTP_BUF_LEN(chk->data) = SCTP_SIZE32(chk->send_size);
H A Dsctp_timer.c656 stcb->asoc.peers_rwnd += chk->send_size;
H A Dsctp_cc_functions.c1303 net->cc_mod.rtcc.bw_bytes += tp1->send_size;
H A Dsctp_usrreq.c113 if ((chk->send_size + overhead) > nxtsz) {
118 if ((chk->send_size + overhead) > nxtsz) {
H A Dsctp_pcb.c6808 asoc->size_on_reasm_queue = sctp_sbspace_sub(asoc->size_on_reasm_queue, chk->send_size);
/freebsd-9.3-release/sys/netinet6/
H A Dsctp6_usrreq.c247 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
252 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
267 stcb->asoc.total_flight -= chk->send_size;
268 net->flight_size -= chk->send_size;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c270 __sdpstats_seq_hist(seq, "send_size", send_size, 1);
H A Dsdp_tx.c78 SDPSTATS_HIST(send_size, mb->len);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c1507 int send_size; local
1519 send_size = 0;
1521 send_size += wr->sg_list[i].length;
1534 ib_ud_header_init(send_size, !is_eth, is_eth, is_vlan, is_grh, 0, &sqp->ud_header);

Completed in 398 milliseconds