Searched refs:override_bit (Results 1 – 1 of 1) sorted by relevance
2858 uint8_t override_bit; in sctp_handle_ecn_echo() local2915 override_bit = SCTP_CWR_REDUCE_OVERRIDE; in sctp_handle_ecn_echo()2917 override_bit = 0; in sctp_handle_ecn_echo()2920 override_bit = 0; in sctp_handle_ecn_echo()2923 ((override_bit & SCTP_CWR_REDUCE_OVERRIDE) == 0)) { in sctp_handle_ecn_echo()2938 override_bit |= SCTP_CWR_IN_SAME_WINDOW; in sctp_handle_ecn_echo()2940 ((override_bit & SCTP_CWR_REDUCE_OVERRIDE) == 0)) { in sctp_handle_ecn_echo()2967 sctp_send_cwr(stcb, net, net->last_cwr_tsn, override_bit); in sctp_handle_ecn_echo()