Home | History | Annotate | Download | only in netinet

Lines Matching defs:ecn_bits

3768     u_int8_t ecn_bits)
3770 if ((ecn_bits & SCTP_CE_BITS) == SCTP_CE_BITS) {
3772 } else if ((ecn_bits & SCTP_ECT1_BIT) == SCTP_ECT1_BIT) {
3792 } else if ((ecn_bits & SCTP_ECT0_BIT) == SCTP_ECT0_BIT) {
3807 u_int32_t high_tsn, u_int8_t ecn_bits)
3809 if ((ecn_bits & SCTP_CE_BITS) == SCTP_CE_BITS) {
3832 u_int8_t ecn_bits)
3954 (ecn_bits & (SCTP_ECT0_BIT|SCTP_ECT1_BIT)) ) {
3955 sctp_process_ecn_marked_a(stcb, net, ecn_bits);
3970 if (stcb->asoc.ecn_allowed && (ecn_bits & (SCTP_ECT0_BIT|SCTP_ECT1_BIT)) ) {
3971 sctp_process_ecn_marked_b(stcb, net, high_tsn, ecn_bits);
4051 u_int8_t ecn_bits;
4255 ecn_bits = ip->ip_tos;
4257 inp, stcb, net, ecn_bits);