Searched refs:flight_size (Results 1 – 8 of 8) sorted by relevance
/net/sctp/ |
D | transport.c | 390 __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()
|
D | outqueue.c | 370 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()
|
D | output.c | 769 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()
|
D | probe.c | 169 sp->flight_size, sp->partial_bytes_acked, in jsctp_sf_eat_sack()
|
D | associola.c | 693 peer->flight_size = 0; in sctp_assoc_add_peer()
|
D | socket.c | 4433 info->sctpi_p_flight_size = prim->flight_size; in sctp_get_sctp_info()
|
/net/rxrpc/ |
D | input.c | 52 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()
|
D | ar-internal.h | 587 u8 flight_size; /* Number of unreceived transmissions */ member
|