Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dsctp_indata.c1713 struct sctp_idata_chunk *chunk, chunk_buf; in sctp_process_a_data_chunk() local
1716 sizeof(struct sctp_idata_chunk), (uint8_t *)&chunk_buf); in sctp_process_a_data_chunk()
1730 struct sctp_data_chunk *chunk, chunk_buf; in sctp_process_a_data_chunk() local
1733 sizeof(struct sctp_data_chunk), (uint8_t *)&chunk_buf); in sctp_process_a_data_chunk()
2653 struct sctp_chunkhdr *ch, chunk_buf; in sctp_process_data() local
2713 (uint8_t *)&chunk_buf); in sctp_process_data()
2902 (uint8_t *)&chunk_buf); in sctp_process_data()
H A Dsctp_input.c4337 uint8_t chunk_buf[SCTP_CHUNK_BUFFER_SIZE]; in sctp_process_control() local
4394 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
4428 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
4443 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control()
4545 contiguous = min(chk_length, sizeof(chunk_buf)); in sctp_process_control()
4550 chunk_buf); in sctp_process_control()
5235 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
H A Dsctputil.c4515 struct sctp_chunkhdr *ch, chunk_buf; in sctp_handle_ootb() local
4529 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_handle_ootb()
4562 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_handle_ootb()
4581 struct sctp_init_chunk *init_chk, chunk_buf; in sctp_is_there_an_abort_here() local
4587 (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
4603 offset, sizeof(struct sctp_init_chunk), (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
4611 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
H A Dsctp_output.c11468 struct sctp_chunkhdr *ch, chunk_buf; in sctp_send_packet_dropped() local
11498 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_send_packet_dropped()
11522 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_send_packet_dropped()