Home
last modified time | relevance | path

Searched refs:highest_sacked (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sctp/
H A Doutqueue.c1322 if (TSN_lt(asoc->highest_sacked, highest_tsn)) in sctp_outq_sack()
1323 asoc->highest_sacked = highest_tsn; in sctp_outq_sack()
H A Dassociola.c186 asoc->highest_sacked = asoc->ctsn_ack_point; in sctp_association_init()
/openbmc/linux/include/net/sctp/
H A Dstructs.h1880 __u32 highest_sacked; member