Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_indata.h93 uint32_t rwnd, int *abort_now, int ecne_seen);
100 uint32_t cum_ack, uint32_t rwnd, int ecne_seen);
Dsctp_input.c4516 int ecne_seen = 0; local
5017 sctp_express_handle_sack(stcb, cum_ack, a_rwnd, &abort_now, ecne_seen);
5022 cum_ack, a_rwnd, ecne_seen);
5102 &abort_now, ecne_seen);
5107 cum_ack, a_rwnd, ecne_seen);
5378 ecne_seen = 1;
Dsctp_indata.c3552 uint32_t rwnd, int *abort_now, int ecne_seen) argument
3835 if ((asoc->last_acked_seq != cumack) && (ecne_seen == 0)) {
4106 uint32_t cum_ack, uint32_t rwnd, int ecne_seen) argument
4644 if (ecne_seen == 0) {