Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dsctp.h25 __field(__u32, flight_size)
37 __entry->flight_size = sp->flight_size;
46 __entry->ssthresh, __entry->flight_size,
/linux/net/sctp/
H A Dtransport.c557 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
560 flight_size = transport->flight_size; in sctp_transport_raise_cwnd()
594 if (flight_size < cwnd) in sctp_transport_raise_cwnd()
605 flight_size, pba); in sctp_transport_raise_cwnd()
630 if (pba > cwnd && flight_size < cwnd) in sctp_transport_raise_cwnd()
632 if (pba >= cwnd && flight_size >= cwnd) { in sctp_transport_raise_cwnd()
641 flight_size, pba); in sctp_transport_raise_cwnd()
762 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited()
814 t->flight_size = 0; in sctp_transport_reset()
H A 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()
1472 tchunk->transport->flight_size -= in sctp_check_transmitted()
1652 transport->flight_size -= bytes_acked; in sctp_check_transmitted()
1653 if (transport->flight_size == 0) in sctp_check_transmitted()
1689 if (!transport->flight_size) { in sctp_check_transmitted()
1767 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
H A 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()
H A Dassociola.c701 peer->flight_size = 0; in sctp_assoc_add_peer()
H A Dsocket.c5296 info->sctpi_p_flight_size = prim->flight_size; in sctp_get_sctp_info()
/linux/net/rxrpc/
H A Dinput_rack.c292 unsigned int flight_size = rxrpc_tx_in_flight(call); in rxrpc_tlp_calc_pto() local
300 if (flight_size) in rxrpc_tlp_calc_pto()
/linux/include/net/sctp/
H A Dstructs.h840 __u32 flight_size; member