Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_peeloff.c121 n_inp->ecn_supported = inp->ecn_supported; in sctp_do_peeloff()
HDsctp_pcb.h410 uint8_t ecn_supported; member
HDsctp_structs.h1160 uint8_t ecn_supported; member
HDsctp_input.c2787 inp->ecn_supported = (*inp_p)->ecn_supported; in sctp_handle_cookie_echo()
5264 if (stcb->asoc.ecn_supported == 0) { in sctp_process_control()
5292 if (stcb->asoc.ecn_supported == 0) { in sctp_process_control()
5943 (stcb->asoc.ecn_supported == 1) && in sctp_common_input_processing()
HDsctp_usrreq.c3458 av->assoc_value = stcb->asoc.ecn_supported;
3465 av->assoc_value = inp->ecn_supported;
6450 inp->ecn_supported = 0;
6452 inp->ecn_supported = 1;
HDsctp_pcb.c2481 inp->ecn_supported = (uint8_t) SCTP_BASE_SYSCTL(sctp_ecn_enable); in sctp_inpcb_alloc()
6615 if ((stcb->asoc.ecn_supported == 1) && in sctp_load_addresses_from_init()
6617 stcb->asoc.ecn_supported = 0; in sctp_load_addresses_from_init()
HDsctp_output.c3917 if ((stcb != NULL) && (stcb->asoc.ecn_supported == 1)) { in sctp_get_ect()
4768 if (stcb->asoc.ecn_supported == 1) { in sctp_send_initiate()
5873 if (((asoc != NULL) && (asoc->ecn_supported == 1)) || in sctp_send_initiate_ack()
5874 ((asoc == NULL) && (inp->ecn_supported == 1))) { in sctp_send_initiate_ack()
HDsctputil.c928 asoc->ecn_supported = inp->ecn_supported; in sctp_init_asoc()