Home
last modified time | relevance | path

Searched refs:next_tsn_at_change (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/sctp/
Dtransport.c640 t->cacc.next_tsn_at_change = 0; in sctp_transport_reset()
Doutqueue.c165 TSN_lt(tsn, primary->cacc.next_tsn_at_change)) in sctp_cacc_skip_3_2()
1167 if (TSN_lte(primary->cacc.next_tsn_at_change, sack_ctsn)) { in sctp_outq_sack()
Dassociola.c482 transport->cacc.next_tsn_at_change = asoc->next_tsn; in sctp_assoc_set_primary()
/linux-4.1.27/include/net/sctp/
Dstructs.h926 __u32 next_tsn_at_change; member