Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dsctp.h26 __field(__u32, partial_bytes_acked)
38 __entry->partial_bytes_acked = sp->partial_bytes_acked;
47 __entry->partial_bytes_acked, __entry->pathmtu)
/linux/net/sctp/
H A Dtransport.c572 pba = transport->partial_bytes_acked; in sctp_transport_raise_cwnd()
649 transport->partial_bytes_acked = pba; in sctp_transport_raise_cwnd()
740 transport->partial_bytes_acked = 0; in sctp_transport_lower_cwnd()
817 t->partial_bytes_acked = 0; in sctp_transport_reset()
H A Doutqueue.c531 transport->partial_bytes_acked); in sctp_retransmit_mark()
1654 transport->partial_bytes_acked = 0; in sctp_check_transmitted()
1767 transport->flight_size, transport->partial_bytes_acked); in sctp_mark_missing()
H A Dassociola.c700 peer->partial_bytes_acked = 0; in sctp_assoc_add_peer()
H A Dsocket.c5249 info->sctpi_p_partial_bytes_acked = prim->partial_bytes_acked; in sctp_get_sctp_info()
/linux/include/net/sctp/
H A Dstructs.h847 __u32 partial_bytes_acked; member