Home
last modified time | relevance | path

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

/net/sctp/
Dtransport.c390 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
393 flight_size = transport->flight_size; in sctp_transport_raise_cwnd()
405 (flight_size < cwnd)) in sctp_transport_raise_cwnd()
438 flight_size, pba); in sctp_transport_raise_cwnd()
464 flight_size, pba); in sctp_transport_raise_cwnd()
583 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited()
637 t->flight_size = 0; in sctp_transport_reset()
Doutqueue.c370 chk->transport->flight_size -= in sctp_prsctp_prune_sent()
464 chunk->transport->flight_size -= in sctp_retransmit_mark()
490 transport->flight_size -= sctp_data_size(chunk); in sctp_retransmit_mark()
522 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark()
1416 tchunk->transport->flight_size -= in sctp_check_transmitted()
1599 transport->flight_size -= bytes_acked; in sctp_check_transmitted()
1600 if (transport->flight_size == 0) in sctp_check_transmitted()
1636 if (!transport->flight_size) { in sctp_check_transmitted()
1714 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
Doutput.c769 size_t datasize, rwnd, inflight, flight_size; in sctp_packet_can_append_data() local
789 flight_size = transport->flight_size; in sctp_packet_can_append_data()
812 flight_size >= transport->cwnd) in sctp_packet_can_append_data()
862 transport->flight_size += datasize; in sctp_packet_append_data()
Dprobe.c169 sp->flight_size, sp->partial_bytes_acked, in jsctp_sf_eat_sack()
Dassociola.c693 peer->flight_size = 0; in sctp_assoc_add_peer()
Dsocket.c4433 info->sctpi_p_flight_size = prim->flight_size; in sctp_get_sctp_info()
/net/rxrpc/
Dinput.c52 summary->flight_size = in rxrpc_congestion_management()
58 summary->flight_size / 2, 2); in rxrpc_congestion_management()
129 summary->flight_size / 2, 2); in rxrpc_congestion_management()
Dar-internal.h587 u8 flight_size; /* Number of unreceived transmissions */ member