Searched refs:flight_size (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | transport.c | 401 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local 404 flight_size = transport->flight_size; in sctp_transport_raise_cwnd() 438 if (flight_size < cwnd) in sctp_transport_raise_cwnd() 449 flight_size, pba); in sctp_transport_raise_cwnd() 474 if (pba > cwnd && flight_size < cwnd) in sctp_transport_raise_cwnd() 476 if (pba >= cwnd && flight_size >= cwnd) { in sctp_transport_raise_cwnd() 485 flight_size, pba); in sctp_transport_raise_cwnd() 606 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited() 658 t->flight_size = 0; in sctp_transport_reset()
|
| H A D | outqueue.c | 369 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() 1446 tchunk->transport->flight_size -= in sctp_check_transmitted() 1627 transport->flight_size -= bytes_acked; in sctp_check_transmitted() 1628 if (transport->flight_size == 0) in sctp_check_transmitted() 1664 if (!transport->flight_size) { in sctp_check_transmitted() 1742 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
|
| H A D | output.c | 651 size_t datasize, rwnd, inflight, flight_size; in sctp_packet_can_append_data() local 671 flight_size = transport->flight_size; in sctp_packet_can_append_data() 694 flight_size >= transport->cwnd) in sctp_packet_can_append_data() 741 transport->flight_size += datasize; in sctp_packet_append_data()
|
| H A D | associola.c | 696 peer->flight_size = 0; in sctp_assoc_add_peer()
|
| H A D | socket.c | 5123 info->sctpi_p_flight_size = prim->flight_size; in sctp_get_sctp_info()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sctp.h | 25 __field(__u32, flight_size) 37 __entry->flight_size = sp->flight_size; 46 __entry->ssthresh, __entry->flight_size,
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | input.c | 48 summary->flight_size = in rxrpc_congestion_management() 54 summary->flight_size / 2, 2); in rxrpc_congestion_management() 125 summary->flight_size / 2, 2); in rxrpc_congestion_management()
|
| H A D | ar-internal.h | 691 u8 flight_size; /* Number of unreceived transmissions */ member
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | structs.h | 845 __u32 flight_size; member
|