Searched refs:flight_size (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/sctp/ |
D | transport.c | 385 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local 388 flight_size = transport->flight_size; in sctp_transport_raise_cwnd() 400 (flight_size < cwnd)) in sctp_transport_raise_cwnd() 433 flight_size, pba); in sctp_transport_raise_cwnd() 459 flight_size, pba); in sctp_transport_raise_cwnd() 578 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited() 632 t->flight_size = 0; in sctp_transport_reset()
|
D | output.c | 638 size_t datasize, rwnd, inflight, flight_size; in sctp_packet_can_append_data() local 658 flight_size = transport->flight_size; in sctp_packet_can_append_data() 681 flight_size >= transport->cwnd) in sctp_packet_can_append_data() 730 transport->flight_size += datasize; in sctp_packet_append_data()
|
D | outqueue.c | 400 chunk->transport->flight_size -= in sctp_retransmit_mark() 426 transport->flight_size -= sctp_data_size(chunk); in sctp_retransmit_mark() 458 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark() 1335 tchunk->transport->flight_size -= in sctp_check_transmitted() 1518 transport->flight_size -= bytes_acked; in sctp_check_transmitted() 1519 if (transport->flight_size == 0) in sctp_check_transmitted() 1555 if (!transport->flight_size) { in sctp_check_transmitted() 1633 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
|
D | probe.c | 169 sp->flight_size, sp->partial_bytes_acked, in jsctp_sf_eat_sack()
|
D | associola.c | 689 peer->flight_size = 0; in sctp_assoc_add_peer()
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 829 __u32 flight_size; member
|