Home
last modified time | relevance | path

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

/linux/include/trace/events/
A Dsctp.h25 __field(__u32, flight_size)
37 __entry->flight_size = sp->flight_size;
46 __entry->ssthresh, __entry->flight_size,
/linux/net/sctp/
A Dtransport.c562 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
565 flight_size = transport->flight_size; in sctp_transport_raise_cwnd()
599 if (flight_size < cwnd) in sctp_transport_raise_cwnd()
610 flight_size, pba); in sctp_transport_raise_cwnd()
635 if (pba > cwnd && flight_size < cwnd) in sctp_transport_raise_cwnd()
637 if (pba >= cwnd && flight_size >= cwnd) { in sctp_transport_raise_cwnd()
646 flight_size, pba); in sctp_transport_raise_cwnd()
767 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited()
819 t->flight_size = 0; in sctp_transport_reset()
A Doutqueue.c369 chk->transport->flight_size -= in sctp_prsctp_prune_sent()
471 chunk->transport->flight_size -= in sctp_retransmit_mark()
497 transport->flight_size -= sctp_data_size(chunk); in sctp_retransmit_mark()
527 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark()
1459 tchunk->transport->flight_size -= in sctp_check_transmitted()
1640 transport->flight_size -= bytes_acked; in sctp_check_transmitted()
1641 if (transport->flight_size == 0) in sctp_check_transmitted()
1677 if (!transport->flight_size) { in sctp_check_transmitted()
1755 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
A Doutput.c674 size_t datasize, rwnd, inflight, flight_size; in sctp_packet_can_append_data() local
694 flight_size = transport->flight_size; in sctp_packet_can_append_data()
717 flight_size >= transport->cwnd) in sctp_packet_can_append_data()
764 transport->flight_size += datasize; in sctp_packet_append_data()
A Dassociola.c703 peer->flight_size = 0; in sctp_assoc_add_peer()
A Dsocket.c5233 info->sctpi_p_flight_size = prim->flight_size; in sctp_get_sctp_info()
/linux/net/rxrpc/
A Dinput.c48 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()
A Dar-internal.h714 u8 flight_size; /* Number of unreceived transmissions */ member
/linux/include/net/sctp/
A Dstructs.h851 __u32 flight_size; member

Completed in 39 milliseconds