Searched refs:SCTP_ECT1_BIT (Results 1 – 3 of 3) sorted by relevance
292 #define SCTP_ECT1_BIT 0x01 macro
3772 } else if ((ecn_bits & SCTP_ECT1_BIT) == SCTP_ECT1_BIT) { in sctp_process_ecn_marked_a()3954 (ecn_bits & (SCTP_ECT0_BIT|SCTP_ECT1_BIT)) ) { in sctp_common_input_processing()3970 … if (stcb->asoc.ecn_allowed && (ecn_bits & (SCTP_ECT0_BIT|SCTP_ECT1_BIT)) ) { in sctp_common_input_processing()
2050 chk->rec.data.ect_nonce = SCTP_ECT1_BIT; in sctp_get_ect()2052 return (SCTP_ECT1_BIT); in sctp_get_ect()