Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c7606 chk->send_size += pads; in sctp_move_to_outqueue()
8625 chk->send_size, mtu); in sctp_med_chunk_output()
8635 if (((chk->send_size <= mtu) && (chk->send_size <= r_mtu)) || in sctp_med_chunk_output()
8687 if (mtu > chk->send_size) in sctp_med_chunk_output()
8688 mtu -= chk->send_size; in sctp_med_chunk_output()
8693 r_mtu -= chk->send_size; in sctp_med_chunk_output()
9076 chk->send_size = chk_length; in sctp_send_heartbeat_ack()
9279 chk->send_size = len; in sctp_send_asconf()
9373 chk->send_size = ack->len; in sctp_send_asconf_ack()
11466 chk->send_size = len; in sctp_send_packet_dropped()
[all …]
H A Dsctp_indata.c986 chk->send_size = control->length; in sctp_inject_old_unordered_data()
1024 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data()
1043 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data()
1311 asoc->size_on_reasm_queue -= chk->send_size; in sctp_add_chk_to_control()
2174 chk->send_size = the_len; in sctp_process_a_data_chunk()
3077 tp1->whoTo->net_ack += tp1->send_size; in sctp_process_segment_range()
3859 chk->send_size, in sctp_fs_audit()
4047 tp1->whoTo->net_ack += tp1->send_size; in sctp_express_handle_sack()
4054 tp1->send_size; in sctp_express_handle_sack()
4640 tp1->whoTo->net_ack += tp1->send_size; in sctp_handle_sack()
[all …]
H A Dsctputil.c433 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd()
453 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set()
2912 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset()
2917 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset()
3404 if (chk->send_size >= chkhdr_len) { in sctp_notify_send_failed()
3405 payload_len = chk->send_size - chkhdr_len; in sctp_notify_send_failed()
3415 (chk->send_size >= chk_len) && in sctp_notify_send_failed()
3416 (chk->send_size - chk_len < 4)) { in sctp_notify_send_failed()
3417 padding_len = chk->send_size - chk_len; in sctp_notify_send_failed()
3466 chk->send_size -= (chkhdr_len + padding_len); in sctp_notify_send_failed()
[all …]
H A Dsctp_pcb.c6832 KASSERT(chk->send_size > 0, ("chunk has zero length")); in sctp_drain_mbufs()
6833 if (asoc->size_on_reasm_queue >= chk->send_size) { in sctp_drain_mbufs()
6834 asoc->size_on_reasm_queue -= chk->send_size; in sctp_drain_mbufs()
6837 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size); in sctp_drain_mbufs()
6892 KASSERT(chk->send_size > 0, ("chunk has zero length")); in sctp_drain_mbufs()
6893 if (asoc->size_on_reasm_queue >= chk->send_size) { in sctp_drain_mbufs()
6894 asoc->size_on_reasm_queue -= chk->send_size; in sctp_drain_mbufs()
6897 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size); in sctp_drain_mbufs()
H A Dsctp_structs.h436 uint16_t send_size; member
H A Dsctp_uio.h824 uint32_t send_size; member
H A Dsctp_input.c3431 clen = chk->send_size; in sctp_find_stream_reset()
4030 chk->book_size = chk->send_size = sizeof(struct sctp_chunkhdr); in sctp_handle_stream_reset()
4052 ch->chunk_length = htons(chk->send_size); in sctp_handle_stream_reset()
4053 SCTP_BUF_LEN(chk->data) = SCTP_SIZE32(chk->send_size); in sctp_handle_stream_reset()
H A Dsctp_timer.c680 stcb->asoc.peers_rwnd += chk->send_size; in sctp_mark_all_for_resend()
H A Dsctp_cc_functions.c1320 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
H A Dsctp_usrreq.c120 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment()
125 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h208 uint16_t send_size; member
H A Dhns3_rxtx.c2734 desc->tx.send_size = rte_cpu_to_le_16(rte_pktmbuf_data_len(rxm)); in hns3_fill_per_desc()
3468 txdp->tx.send_size = rte_cpu_to_le_16((*pkts)->data_len); in hns3_tx_setup_4bd()
3484 txdp->tx.send_size = rte_cpu_to_le_16((*pkts)->data_len); in hns3_tx_setup_1bd()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h824 uint32_t send_size; member