HomeSort by: relevance | last modified time | path
    Searched refs:nonce_wait_for_ecne (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 589 u_int8_t nonce_wait_for_ecne;/* flag when we expect a ECN */ member in struct:sctp_association
sctp_indata.c 2919 asoc->nonce_wait_for_ecne = 0;
3182 asoc->nonce_wait_for_ecne = 0;
4213 if (asoc->nonce_wait_for_ecne == 0) {
4216 asoc->nonce_wait_for_ecne = 1;
sctp_timer.c 680 stcb->asoc.nonce_wait_for_ecne = 0;
sctp_input.c 2238 stcb->asoc.nonce_wait_for_ecne = 0;
sctputil.c 703 asoc->nonce_wait_for_ecne = 0;

Completed in 21 milliseconds