Searched refs:ecn_supported (Results 1 – 8 of 8) sorted by relevance
126 n_inp->ecn_supported = inp->ecn_supported; in sctp_do_peeloff()231 n_inp->ecn_supported = inp->ecn_supported; in sctp_get_peeloff()
495 uint8_t ecn_supported; member
1232 uint8_t ecn_supported; member
3035 inp->ecn_supported = (*inp_p)->ecn_supported;5481 if (stcb->asoc.ecn_supported == 0) {5493 if (stcb->asoc.ecn_supported == 0) {6126 (stcb->asoc.ecn_supported == 1) &&
2827 inp->ecn_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_ecn_enable);7588 if ((stcb->asoc.ecn_supported == 1) &&7590 stcb->asoc.ecn_supported = 0;
4107 av->assoc_value = stcb->asoc.ecn_supported;4115 av->assoc_value = inp->ecn_supported;7492 inp->ecn_supported = 0;7494 inp->ecn_supported = 1;
4034 if ((stcb != NULL) && (stcb->asoc.ecn_supported == 1)) {5162 if (stcb->asoc.ecn_supported == 1) {6427 if (((asoc != NULL) && (asoc->ecn_supported == 1)) ||6428 ((asoc == NULL) && (inp->ecn_supported == 1))) {
1173 asoc->ecn_supported = inp->ecn_supported; in sctp_init_asoc()