Searched refs:chunk_buf (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_indata.c | 1713 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 D | sctp_input.c | 4380 uint8_t chunk_buf[SCTP_CHUNK_BUFFER_SIZE]; in sctp_process_control() local 4437 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control() 4471 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control() 4486 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control() 4609 contiguous = min(chk_length, sizeof(chunk_buf)); in sctp_process_control() 4614 chunk_buf); in sctp_process_control() 5300 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
|
| H A D | sctputil.c | 4491 struct sctp_chunkhdr *ch, chunk_buf; in sctp_handle_ootb() local 4505 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_handle_ootb() 4538 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_handle_ootb() 4557 struct sctp_init_chunk *init_chk, chunk_buf; in sctp_is_there_an_abort_here() local 4563 (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here() 4578 offset, sizeof(*init_chk), (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here() 4586 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
|
| H A D | sctp_output.c | 11440 struct sctp_chunkhdr *ch, chunk_buf; in sctp_send_packet_dropped() local 11470 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_send_packet_dropped() 11494 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_send_packet_dropped()
|