Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_structs.h320 uint32_t cwr_window_tsn; member
Dsctp_indata.c3983 if (SCTP_TSN_GT(cumack, net->cwr_window_tsn)) {
3985 net->cwr_window_tsn = cumack;
4627 if (SCTP_TSN_GT(cum_ack, net->cwr_window_tsn)) {
4629 net->cwr_window_tsn = cum_ack;
Dsctp_input.c3334 if (SCTP_TSN_GT(tsn, net->cwr_window_tsn) &&
3342 net->cwr_window_tsn = window_data_tsn;
Dsctp_pcb.c4576 net->cwr_window_tsn = net->last_cwr_tsn = stcb->asoc.sending_seq - 1;