Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h313 uint32_t cwr_window_tsn; member
Dsctp_indata.c3596 if (SCTP_TSN_GT(cumack, net->cwr_window_tsn)) {
3598 net->cwr_window_tsn = cumack;
4275 if (SCTP_TSN_GT(cum_ack, net->cwr_window_tsn)) {
4277 net->cwr_window_tsn = cum_ack;
Dsctp_input.c3208 if (SCTP_TSN_GT(tsn, net->cwr_window_tsn) &&
3216 net->cwr_window_tsn = window_data_tsn;
Dsctp_pcb.c4531 net->cwr_window_tsn = net->last_cwr_tsn = stcb->asoc.sending_seq - 1;