Home
last modified time | relevance | path

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

/Linux-v6.1/include/trace/events/
Dsctp.h25 __field(__u32, flight_size)
37 __entry->flight_size = sp->flight_size;
46 __entry->ssthresh, __entry->flight_size,
/Linux-v6.1/net/sctp/
Dtransport.c558 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
561 flight_size = transport->flight_size; in sctp_transport_raise_cwnd()
595 if (flight_size < cwnd) in sctp_transport_raise_cwnd()
606 flight_size, pba); in sctp_transport_raise_cwnd()
631 if (pba > cwnd && flight_size < cwnd) in sctp_transport_raise_cwnd()
633 if (pba >= cwnd && flight_size >= cwnd) { in sctp_transport_raise_cwnd()
642 flight_size, pba); in sctp_transport_raise_cwnd()
763 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited()
815 t->flight_size = 0; in sctp_transport_reset()
Doutput.c675 size_t datasize, rwnd, inflight, flight_size; in sctp_packet_can_append_data() local
695 flight_size = transport->flight_size; in sctp_packet_can_append_data()
718 flight_size >= transport->cwnd) in sctp_packet_can_append_data()
765 transport->flight_size += datasize; in sctp_packet_append_data()
Doutqueue.c369 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()
1469 tchunk->transport->flight_size -= in sctp_check_transmitted()
1650 transport->flight_size -= bytes_acked; in sctp_check_transmitted()
1651 if (transport->flight_size == 0) in sctp_check_transmitted()
1687 if (!transport->flight_size) { in sctp_check_transmitted()
1765 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
Dassociola.c702 peer->flight_size = 0; in sctp_assoc_add_peer()
Dsocket.c5225 info->sctpi_p_flight_size = prim->flight_size; in sctp_get_sctp_info()
/Linux-v6.1/net/rxrpc/
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()
Dar-internal.h708 u8 flight_size; /* Number of unreceived transmissions */ member
/Linux-v6.1/include/net/sctp/
Dstructs.h851 __u32 flight_size; member