Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.c1700 struct sctp_idata_chunk *chunk, chunk_buf; in sctp_process_a_data_chunk() local
1703 sizeof(struct sctp_idata_chunk), (uint8_t *)&chunk_buf); in sctp_process_a_data_chunk()
1717 struct sctp_data_chunk *chunk, chunk_buf; in sctp_process_a_data_chunk() local
1720 sizeof(struct sctp_data_chunk), (uint8_t *)&chunk_buf); in sctp_process_a_data_chunk()
2641 struct sctp_chunkhdr *ch, chunk_buf; in sctp_process_data() local
2701 (uint8_t *)&chunk_buf); in sctp_process_data()
2890 (uint8_t *)&chunk_buf); in sctp_process_data()
H A Dsctp_input.c4333 uint8_t chunk_buf[SCTP_CHUNK_BUFFER_SIZE]; in sctp_process_control() local
4390 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
4424 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
4439 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control()
4541 contiguous = min(chk_length, sizeof(chunk_buf)); in sctp_process_control()
4546 chunk_buf); in sctp_process_control()
5231 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
H A Dsctputil.c4549 struct sctp_chunkhdr *ch, chunk_buf; in sctp_handle_ootb() local
4563 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_handle_ootb()
4596 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_handle_ootb()
4615 struct sctp_init_chunk *init_chk, chunk_buf; in sctp_is_there_an_abort_here() local
4621 (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
4637 offset, sizeof(struct sctp_init_chunk), (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
4645 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
H A Dsctp_output.c11552 struct sctp_chunkhdr *ch, chunk_buf; in sctp_send_packet_dropped() local
11582 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_send_packet_dropped()
11606 sizeof(*ch), (uint8_t *)&chunk_buf); in sctp_send_packet_dropped()