Home
last modified time | relevance | path

Searched refs:highest_sacked (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Doutqueue.c1296 if (TSN_lt(asoc->highest_sacked, highest_tsn)) in sctp_outq_sack()
1297 asoc->highest_sacked = highest_tsn; in sctp_outq_sack()
H A Dassociola.c183 asoc->highest_sacked = asoc->ctsn_ack_point; in sctp_association_init()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h1854 __u32 highest_sacked; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h1880 __u32 highest_sacked; member

Completed in 19 milliseconds