Searched refs:ecn_supported (Results 1 – 8 of 8) sorted by relevance
121 n_inp->ecn_supported = inp->ecn_supported; in sctp_do_peeloff()
401 uint8_t ecn_supported; member
1167 uint8_t ecn_supported; member
2650 inp->ecn_supported = (*inp_p)->ecn_supported; in sctp_handle_cookie_echo()4990 if (stcb->asoc.ecn_supported == 0) { in sctp_process_control()5005 if (stcb->asoc.ecn_supported == 0) { in sctp_process_control()5638 (stcb->asoc.ecn_supported == 1) && in sctp_common_input_processing()
3388 av->assoc_value = stcb->asoc.ecn_supported;3396 av->assoc_value = inp->ecn_supported;6581 inp->ecn_supported = 0;6583 inp->ecn_supported = 1;
2298 inp->ecn_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_ecn_enable); in sctp_inpcb_alloc()6464 if ((stcb->asoc.ecn_supported == 1) && in sctp_load_addresses_from_init()6466 stcb->asoc.ecn_supported = 0; in sctp_load_addresses_from_init()
3896 if ((stcb != NULL) && (stcb->asoc.ecn_supported == 1)) { in sctp_get_ect()4701 if (stcb->asoc.ecn_supported == 1) { in sctp_send_initiate()5941 if (((asoc != NULL) && (asoc->ecn_supported == 1)) || in sctp_send_initiate_ack()5942 ((asoc == NULL) && (inp->ecn_supported == 1))) { in sctp_send_initiate_ack()
1141 asoc->ecn_supported = inp->ecn_supported; in sctp_init_asoc()