Home
last modified time | relevance | path

Searched refs:sctp_forward_tsn_chunk (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_header.h439 struct sctp_forward_tsn_chunk { struct
452 struct sctp_forward_tsn_chunk msg; argument
Dsctp_indata.h105 struct sctp_forward_tsn_chunk *, int *, struct mbuf *, int);
Dsctp_input.c3794 struct sctp_forward_tsn_chunk fwdtsn;
3803 fwdtsn.ch.chunk_length = htons(sizeof(struct sctp_forward_tsn_chunk));
3910 struct sctp_forward_tsn_chunk fwdtsn;
3921 fwdtsn.ch.chunk_length = htons(sizeof(struct sctp_forward_tsn_chunk));
5467 if (chk_length < sizeof(struct sctp_forward_tsn_chunk)) {
5506 (struct sctp_forward_tsn_chunk *)ch, &abort_flag, m, *offset);
Dsctp_output.c10532 struct sctp_forward_tsn_chunk *fwdtsn;
10595 space_needed = (sizeof(struct sctp_forward_tsn_chunk) +
10626 cnt_of_skipped = cnt_of_space - sizeof(struct sctp_forward_tsn_chunk);
10654 space_needed = sizeof(struct sctp_forward_tsn_chunk) +
10659 fwdtsn = mtod(chk->data, struct sctp_forward_tsn_chunk *);
Dsctp_indata.c5128 struct sctp_forward_tsn_chunk *fwd,
5152 if ((fwd_sz = ntohs(fwd->ch.chunk_length)) < sizeof(struct sctp_forward_tsn_chunk)) {