Home
last modified time | relevance | path

Searched refs:flight_size (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dsctp.h25 __field(__u32, flight_size)
37 __entry->flight_size = sp->flight_size;
46 __entry->ssthresh, __entry->flight_size,
/openbmc/linux/net/sctp/
H A Dtransport.c559 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
562 flight_size = transport->flight_size; in sctp_transport_raise_cwnd()
596 if (flight_size < cwnd) in sctp_transport_raise_cwnd()
607 flight_size, pba); in sctp_transport_raise_cwnd()
632 if (pba > cwnd && flight_size < cwnd) in sctp_transport_raise_cwnd()
634 if (pba >= cwnd && flight_size >= cwnd) { in sctp_transport_raise_cwnd()
643 flight_size, pba); in sctp_transport_raise_cwnd()
764 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited()
816 t->flight_size = 0; in sctp_transport_reset()
H A Doutput.c675 size_t datasize, rwnd, inflight, flight_size; in sctp_packet_can_append_data() local
695 flight_size = transport->flight_size; in sctp_packet_can_append_data()
718 flight_size >= transport->cwnd) in sctp_packet_can_append_data()
765 transport->flight_size += datasize; in sctp_packet_append_data()
H A Doutqueue.c369 chk->transport->flight_size -= in sctp_prsctp_prune_sent()
474 chunk->transport->flight_size -= in sctp_retransmit_mark()
500 transport->flight_size -= sctp_data_size(chunk); in sctp_retransmit_mark()
530 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark()
1472 tchunk->transport->flight_size -= in sctp_check_transmitted()
1653 transport->flight_size -= bytes_acked; in sctp_check_transmitted()
1654 if (transport->flight_size == 0) in sctp_check_transmitted()
1690 if (!transport->flight_size) { in sctp_check_transmitted()
1768 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
H A Dassociola.c701 peer->flight_size = 0; in sctp_assoc_add_peer()
H A Dsocket.c5243 info->sctpi_p_flight_size = prim->flight_size; in sctp_get_sctp_info()
/openbmc/linux/net/rxrpc/
H A Dinput.c42 summary->flight_size = in rxrpc_congestion_management()
48 summary->flight_size / 2, 2); in rxrpc_congestion_management()
117 summary->flight_size / 2, 2); in rxrpc_congestion_management()
H A Dar-internal.h743 u8 flight_size; /* Number of unreceived transmissions */ member
/openbmc/linux/include/net/sctp/
H A Dstructs.h852 __u32 flight_size; member
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch7274 + int flight_size;
7463 + if (p->pool_size == new_pool_size && p->flight_size == new_flight_size)
7491 + if (new_flight_size > p->flight_size)
7493 + p->in_flight += p->flight_size - new_flight_size;
7494 + p->flight_size = new_flight_size;
7549 + const int flight_size,
7564 + p->flight_size = flight_size;
7565 + p->in_flight = -flight_size;
7774 +cma_buf_pool_t * cma_buf_pool_new(const unsigned int pool_size, const unsigned int flight_size, co…
7787 + if ((cbp->pool = cma_pool_fixed_new(pool_size, flight_size, cbp, cma_pool_alloc_cb, cma_pool_f…
[all …]