Home | History | Annotate | Download | only in netinet

Lines Matching refs:ecne

3257 	 * make sure that we have a covered ECNE in the control chunk part.
3261 struct sctp_ecne_chunk *ecne;
3275 ecne = mtod(chk->data, struct sctp_ecne_chunk *);
3276 if (SCTP_TSN_GE(cwr_tsn, ntohl(ecne->tsn))) {
3277 /* this covers this ECNE, we can remove it */
6076 /* Yep, we need to add a ECNE */