Home
last modified time | relevance | path

Searched refs:chunk_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dsctp_indata.c1723 struct sctp_idata_chunk *chunk, chunk_buf; in sctp_process_a_data_chunk() local
1726 sizeof(struct sctp_idata_chunk), (uint8_t *)&chunk_buf); in sctp_process_a_data_chunk()
1740 struct sctp_data_chunk *chunk, chunk_buf; in sctp_process_a_data_chunk() local
1743 sizeof(struct sctp_data_chunk), (uint8_t *)&chunk_buf); in sctp_process_a_data_chunk()
2683 struct sctp_chunkhdr *ch, chunk_buf; in sctp_process_data() local
2744 (uint8_t *)&chunk_buf); in sctp_process_data()
2934 (uint8_t *)&chunk_buf); in sctp_process_data()
H A Dsctp_input.c4557 uint8_t chunk_buf[SCTP_CHUNK_BUFFER_SIZE]; in sctp_process_control() local
4617 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
4651 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
4667 auth_len, chunk_buf); in sctp_process_control()
4787 contiguous = min(chk_length, sizeof(chunk_buf)); in sctp_process_control()
4792 chunk_buf); in sctp_process_control()
5496 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
H A Dsctputil.c4185 struct sctp_chunkhdr *ch, chunk_buf; in sctp_handle_ootb() local
4199 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_handle_ootb()
4232 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_handle_ootb()
4251 struct sctp_init_chunk *init_chk, chunk_buf; in sctp_is_there_an_abort_here() local
4257 (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
4272 offset, sizeof(*init_chk), (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
4280 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
H A Dsctp_output.c11539 struct sctp_chunkhdr *ch, chunk_buf; in sctp_send_packet_dropped() local
11569 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_send_packet_dropped()
11593 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_send_packet_dropped()