Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_structs.h181 u_int32_t next_tsn_at_change; member
H A Dsctp_indata.c3027 (compare_with_wrap(asoc->primary_destination->next_tsn_at_change, in sctp_strike_gap_ack_chunks()
3796 if ((cum_ack == asoc->primary_destination->next_tsn_at_change) || in sctp_handle_sack()
3798 asoc->primary_destination->next_tsn_at_change, MAX_TSN))) { in sctp_handle_sack()
H A Dsctp_usrreq.c3088 lnet->next_tsn_at_change = net->next_tsn_at_change = stcb->asoc.sending_seq; in sctp_optsset()