Searched refs:chunk_id (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/lib/librte_efd/ |
| H A D | rte_efd.c | 359 *chunk_id = efd_get_chunk_id(table, h); in efd_compute_ids() 977 &table->offline_chunks[*chunk_id]; in efd_compute_update() 981 *chunk_id, *bin_id); in efd_compute_update() 1023 *chunk_id, in efd_compute_update() 1032 "group %u bin %u\n", *chunk_id, in efd_compute_update() 1171 &chunk_id, &group_id, &bin_id, in rte_efd_update() 1190 uint32_t chunk_id, bin_id; in rte_efd_delete() local 1196 &table->offline_chunks[chunk_id]; in rte_efd_delete() 1199 chunk_id, bin_id); in rte_efd_delete() 1305 uint32_t chunk_id, group_id, bin_id; in rte_efd_lookup() local [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 8107 chk->rec.chunk_id.id); in sctp_med_chunk_output() 8332 chk->rec.chunk_id.id); in sctp_med_chunk_output() 8928 chk->rec.chunk_id.can_take_data = 0; in sctp_queue_op_err() 9018 chk->rec.chunk_id.can_take_data = 0; in sctp_send_cookie_echo() 9074 chk->rec.chunk_id.can_take_data = 1; in sctp_send_heartbeat_ack() 9111 chk->rec.chunk_id.can_take_data = 1; in sctp_send_cookie_ack() 9156 chk->rec.chunk_id.can_take_data = 1; in sctp_send_shutdown_ack() 9275 chk->rec.chunk_id.id = SCTP_ASCONF; in sctp_send_asconf() 9276 chk->rec.chunk_id.can_take_data = 0; in sctp_send_asconf() 9468 chk->rec.chunk_id.id); in sctp_chunk_retransmission() [all …]
|
| H A D | sctp_timer.c | 754 (chk->rec.chunk_id.id == SCTP_ECN_ECHO)) { in sctp_mark_all_for_resend() 1062 if (cookie->rec.chunk_id.id == SCTP_COOKIE_ECHO) { in sctp_cookie_timer() 1149 (chk->rec.chunk_id.id == SCTP_ECN_ECHO)) { in sctp_strreset_timer() 1234 (chk->rec.chunk_id.id == SCTP_ECN_ECHO)) { in sctp_asconf_timer()
|
| H A D | sctp_structs.h | 425 struct chk_id chunk_id; member
|
| H A D | sctp_input.c | 3027 if (chk->rec.chunk_id.id != SCTP_ECN_ECHO) { in sctp_handle_ecn_cwr() 3238 if (asconf->rec.chunk_id.id == SCTP_ASCONF) { in process_chunk_drop() 3292 if (cookie->rec.chunk_id.id == SCTP_COOKIE_ECHO) { in process_chunk_drop() 4025 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_handle_stream_reset() 4026 chk->rec.chunk_id.can_take_data = 0; in sctp_handle_stream_reset()
|