Lines Matching defs:skip
1164 for (pos = chunk->subh.ifwdtsn_hdr->skip; \
1165 (void *)pos <= (void *)chunk->subh.ifwdtsn_hdr->skip + (end) - \
1174 struct sctp_fwdtsn_skip *skip;
1181 sctp_walk_fwdtsn(skip, chunk)
1182 if (ntohs(skip->stream) >= incnt)
1190 struct sctp_ifwdtsn_skip *skip;
1197 sctp_walk_ifwdtsn(skip, chunk)
1198 if (ntohs(skip->stream) >= incnt)
1252 struct sctp_fwdtsn_skip *skip;
1255 sctp_walk_fwdtsn(skip, chunk)
1256 sctp_ulpq_skip(ulpq, ntohs(skip->stream), ntohs(skip->ssn));
1289 struct sctp_ifwdtsn_skip *skip;
1292 sctp_walk_ifwdtsn(skip, chunk)
1293 sctp_intl_skip(ulpq, ntohs(skip->stream),
1294 ntohl(skip->mid), skip->flags);