Lines Matching defs:fwd
3762 * We can't fwd-tsn past any that are reliable aka
4360 /* try to FR fwd-tsn's that get lost too */
5181 /* try to FR fwd-tsn's that get lost too */
5482 struct sctp_forward_tsn_chunk *fwd,
5485 /* The pr-sctp fwd tsn */
5504 if ((fwd_sz = ntohs(fwd->ch.chunk_length)) < sizeof(struct sctp_forward_tsn_chunk)) {
5506 "Bad size too small/big fwd-tsn\n");
5513 new_cum_tsn = ntohl(fwd->new_cumulative_tsn);
5589 fwd_sz -= sizeof(*fwd);
5599 offset += sizeof(*fwd);