Searched refs:sctp_data_chunk (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h150 struct sctp_data_chunk { struct
544 #define SCTP_MAX_OVERHEAD (sizeof(struct sctp_data_chunk) + \
550 #define SCTP_MED_OVERHEAD (sizeof(struct sctp_data_chunk) + \
559 #define SCTP_MAX_OVERHEAD (sizeof(struct sctp_data_chunk) + \
565 #define SCTP_MED_OVERHEAD (sizeof(struct sctp_data_chunk) + \
576 #define SCTP_MED_V4_OVERHEAD (sizeof(struct sctp_data_chunk) + \
H A Dsctp_output.h141 sizeof(struct sctp_data_chunk))
H A Dsctp_indata.c1742 struct sctp_data_chunk *chunk, chunk_buf;
1744 chunk = (struct sctp_data_chunk *)sctp_m_getptr(*m, offset,
1745 sizeof(struct sctp_data_chunk), (uint8_t *)&chunk_buf);
1747 clen = sizeof(struct sctp_data_chunk);
2054 the_len = (chk_length - sizeof(struct sctp_data_chunk));
2063 (offset + sizeof(struct sctp_data_chunk)),
2080 m_adj(dmbuf, (offset + sizeof(struct sctp_data_chunk)));
2792 clen = sizeof(struct sctp_data_chunk);
H A Dsctp_input.c3352 sizeof(struct sctp_data_chunk));
4435 if (chlen < (sizeof(struct sctp_data_chunk) +
4450 if (chlen >= (sizeof(struct sctp_data_chunk) + sizeof(uint32_t))) {
4452 struct sctp_data_chunk *dcp;
4456 dcp = (struct sctp_data_chunk *)ch;
H A Dsctp_output.c6280 * if (siz > (MCLBYTES-sizeof(struct sctp_data_chunk))) {
6283 /* siz = (MCLBYTES - sizeof(struct sctp_data_chunk)); */
7198 struct sctp_data_chunk *dchkh = NULL;
7608 dchkh = mtod(chk->data, struct sctp_data_chunk *);
8701 struct sctp_data_chunk *dchkh;
8703 dchkh = mtod(chk->data, struct sctp_data_chunk *);
H A Dsctputil.c3042 chkhdr_len = sizeof(struct sctp_data_chunk);

Completed in 116 milliseconds