HomeSort by: relevance | last modified time | path
    Searched refs:sctp_forward_tsn_chunk (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp_indata.h 48 struct sctp_forward_tsn_chunk *, int *);
sctp_header.h 362 struct sctp_forward_tsn_chunk { struct
375 struct sctp_forward_tsn_chunk msg;
sctp_indata.c 4389 struct sctp_forward_tsn_chunk *fwd, int *abort_flag)
4426 if ((fwd_sz = ntohs(fwd->ch.chunk_length)) < sizeof(struct sctp_forward_tsn_chunk)) {
sctp_output.c 7499 struct sctp_forward_tsn_chunk *fwdtsn;
7564 space_needed = (sizeof(struct sctp_forward_tsn_chunk) +
7589 ((sizeof(struct sctp_forward_tsn_chunk))/
7606 fwdtsn = mtod(chk->data, struct sctp_forward_tsn_chunk *);
7611 chk->send_size = (sizeof(struct sctp_forward_tsn_chunk) +
sctp_input.c 3647 (struct sctp_forward_tsn_chunk *)ch, &abort_flag);

Completed in 41 milliseconds