Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_peeloff.c124 n_inp->ecn_supported = inp->ecn_supported; in sctp_do_peeloff()
H A Dsctp_pcb.h405 uint8_t ecn_supported; member
H A Dsctp_structs.h1175 uint8_t ecn_supported; member
H A Dsctp_input.c2696 inp->ecn_supported = (*inp_p)->ecn_supported; in sctp_handle_cookie_echo()
5063 if (stcb->asoc.ecn_supported == 0) { in sctp_process_control()
5075 if (stcb->asoc.ecn_supported == 0) { in sctp_process_control()
5635 (stcb->asoc.ecn_supported == 1) && in sctp_common_input_processing()
H A Dsctp_usrreq.c3395 av->assoc_value = stcb->asoc.ecn_supported;
3403 av->assoc_value = inp->ecn_supported;
6604 inp->ecn_supported = 0;
6606 inp->ecn_supported = 1;
H A Dsctp_pcb.c2433 inp->ecn_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_ecn_enable); in sctp_inpcb_alloc()
6572 if ((stcb->asoc.ecn_supported == 1) && in sctp_load_addresses_from_init()
6574 stcb->asoc.ecn_supported = 0; in sctp_load_addresses_from_init()
H A Dsctp_output.c3902 if ((stcb != NULL) && (stcb->asoc.ecn_supported == 1)) { in sctp_get_ect()
4699 if (stcb->asoc.ecn_supported == 1) { in sctp_send_initiate()
5892 if (((asoc != NULL) && (asoc->ecn_supported == 1)) || in sctp_send_initiate_ack()
5893 ((asoc == NULL) && (inp->ecn_supported == 1))) { in sctp_send_initiate_ack()
H A Dsctputil.c1143 asoc->ecn_supported = inp->ecn_supported; in sctp_init_asoc()