/src/sys/netinet6/ |
sctp6_usrreq.c | 124 u_int8_t ecn_bits; local in function:sctp6_input 276 ecn_bits = ((ntohl(ip6->ip6_flow) >> 20) & 0x000000ff); 279 in6p, stcb, net, ecn_bits);
|
sctp6_usrreq.c | 124 u_int8_t ecn_bits; local in function:sctp6_input 276 ecn_bits = ((ntohl(ip6->ip6_flow) >> 20) & 0x000000ff); 279 in6p, stcb, net, ecn_bits);
|
/src/sys/netinet/ |
sctp_input.c | 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)) ) 4051 u_int8_t ecn_bits; local in function:sctp_input [all...] |
sctp_input.c | 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)) ) 4051 u_int8_t ecn_bits; local in function:sctp_input [all...] |