Home
last modified time | relevance | path

Searched refs:partial_bytes_acked (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/trace/events/
Dsctp.h26 __field(__u32, partial_bytes_acked)
38 __entry->partial_bytes_acked = sp->partial_bytes_acked;
47 __entry->partial_bytes_acked, __entry->pathmtu)
/linux-5.19.10/net/sctp/
Dtransport.c569 pba = transport->partial_bytes_acked; in sctp_transport_raise_cwnd()
646 transport->partial_bytes_acked = pba; in sctp_transport_raise_cwnd()
737 transport->partial_bytes_acked = 0; in sctp_transport_lower_cwnd()
814 t->partial_bytes_acked = 0; in sctp_transport_reset()
Doutqueue.c528 transport->partial_bytes_acked); in sctp_retransmit_mark()
1649 transport->partial_bytes_acked = 0; in sctp_check_transmitted()
1762 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
Dassociola.c701 peer->partial_bytes_acked = 0; in sctp_assoc_add_peer()
Dsocket.c5226 info->sctpi_p_partial_bytes_acked = prim->partial_bytes_acked; in sctp_get_sctp_info()
/linux-5.19.10/include/net/sctp/
Dstructs.h848 __u32 partial_bytes_acked; member