Searched refs:flight_size (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | sctp.h | 25 __field(__u32, flight_size) 37 __entry->flight_size = sp->flight_size; 46 __entry->ssthresh, __entry->flight_size,
|
/Linux-v4.19/net/sctp/ |
D | transport.c | 415 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local 418 flight_size = transport->flight_size; in sctp_transport_raise_cwnd() 452 if (flight_size < cwnd) in sctp_transport_raise_cwnd() 463 flight_size, pba); in sctp_transport_raise_cwnd() 488 if (pba > cwnd && flight_size < cwnd) in sctp_transport_raise_cwnd() 490 if (pba >= cwnd && flight_size >= cwnd) { in sctp_transport_raise_cwnd() 499 flight_size, pba); in sctp_transport_raise_cwnd() 620 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited() 672 t->flight_size = 0; in sctp_transport_reset()
|
D | output.c | 678 size_t datasize, rwnd, inflight, flight_size; in sctp_packet_can_append_data() local 698 flight_size = transport->flight_size; in sctp_packet_can_append_data() 721 flight_size >= transport->cwnd) in sctp_packet_can_append_data() 768 transport->flight_size += datasize; in sctp_packet_append_data()
|
D | outqueue.c | 383 chk->transport->flight_size -= in sctp_prsctp_prune_sent() 489 chunk->transport->flight_size -= in sctp_retransmit_mark() 515 transport->flight_size -= sctp_data_size(chunk); in sctp_retransmit_mark() 545 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark() 1455 tchunk->transport->flight_size -= in sctp_check_transmitted() 1636 transport->flight_size -= bytes_acked; in sctp_check_transmitted() 1637 if (transport->flight_size == 0) in sctp_check_transmitted() 1673 if (!transport->flight_size) { in sctp_check_transmitted() 1751 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
|
D | associola.c | 709 peer->flight_size = 0; in sctp_assoc_add_peer()
|
D | socket.c | 4979 info->sctpi_p_flight_size = prim->flight_size; in sctp_get_sctp_info()
|
/Linux-v4.19/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 | 673 u8 flight_size; /* Number of unreceived transmissions */ member
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 861 __u32 flight_size; member
|