Lines Matching defs:fwd
3208 * We can't fwd-tsn past any that are reliable
4291 * sacked after fwd-tsn sent.
4389 struct sctp_forward_tsn_chunk *fwd, int *abort_flag)
4403 /* The pr-sctp fwd tsn */
4426 if ((fwd_sz = ntohs(fwd->ch.chunk_length)) < sizeof(struct sctp_forward_tsn_chunk)) {
4429 printf("Bad size too small/big fwd-tsn\n");
4438 new_cum_tsn = ntohl(fwd->new_cumulative_tsn);
4500 * fwd-tsn went outside my gap array - not a
4593 * fwd-tsn's mark. Some checks...
4597 /* Special case PD-API is up and what we fwd-tsn'
4624 stseq = (struct sctp_strseq *)((vaddr_t)fwd + sizeof(*fwd));
4625 fwd_sz -= sizeof(*fwd);