Searched refs:ecn_supported (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_peeloff.c128 n_inp->ecn_supported = inp->ecn_supported;
243 n_inp->ecn_supported = inp->ecn_supported;
H A Dsctp_pcb.h483 uint8_t ecn_supported; member in struct:sctp_inpcb
H A Dsctp_structs.h1212 uint8_t ecn_supported; member in struct:sctp_association
H A Dsctp_input.c2913 inp->ecn_supported = (*inp_p)->ecn_supported;
5360 if (stcb->asoc.ecn_supported == 0) {
5388 if (stcb->asoc.ecn_supported == 0) {
6085 (stcb->asoc.ecn_supported == 1) &&
H A Dsctp_pcb.c2844 inp->ecn_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_ecn_enable);
7639 if ((stcb->asoc.ecn_supported == 1) &&
7641 stcb->asoc.ecn_supported = 0;
H A Dsctp_usrreq.c4013 av->assoc_value = stcb->asoc.ecn_supported;
4020 av->assoc_value = inp->ecn_supported;
7037 inp->ecn_supported = 0;
7039 inp->ecn_supported = 1;
H A Dsctputil.c978 asoc->ecn_supported = inp->ecn_supported;
H A Dsctp_output.c4028 if ((stcb != NULL) && (stcb->asoc.ecn_supported == 1)) {
5144 if (stcb->asoc.ecn_supported == 1) {
6317 if (((asoc != NULL) && (asoc->ecn_supported == 1)) ||
6318 ((asoc == NULL) && (inp->ecn_supported == 1))) {

Completed in 1510 milliseconds