a chunk of request More...
#include <nm_core_interface.h>

Public Member Functions | |
| PUK_LIST_LINK (nm_req_chunk) | |
Data Fields | |
| struct nm_core_task_s | core_task |
| struct nm_req_s * | p_req |
| link to insert the req chunk as a core task | |
| nm_len_t | chunk_len |
| length of the chunk | |
| nm_len_t | chunk_offset |
| offset of the chunk relative to the full data in the req | |
| nm_proto_t | proto_flags |
| pre-computed proto flags | |
| struct nm_data_properties_s | chunk_props |
| properties of the data chunk | |
Detailed Description
a chunk of request
Definition at line 468 of file nm_core_interface.h.
Member Function Documentation
◆ PUK_LIST_LINK()
| nm_req_chunk_s::PUK_LIST_LINK | ( | nm_req_chunk | ) |
Field Documentation
◆ chunk_len
| nm_len_t nm_req_chunk_s::chunk_len |
length of the chunk
Definition at line 473 of file nm_core_interface.h.
Referenced by nm_req_chunk_destroy(), nm_req_chunk_init(), nm_req_chunk_update(), nm_tactic_req_data_max_size(), nm_tactic_req_is_short(), and nm_tactic_req_short_size().
◆ chunk_offset
| nm_len_t nm_req_chunk_s::chunk_offset |
offset of the chunk relative to the full data in the req
Definition at line 474 of file nm_core_interface.h.
Referenced by nm_req_chunk_destroy(), nm_req_chunk_init(), nm_req_chunk_update(), and nm_tactic_req_is_short().
◆ chunk_props
| struct nm_data_properties_s nm_req_chunk_s::chunk_props |
properties of the data chunk
Definition at line 476 of file nm_core_interface.h.
Referenced by nm_req_chunk_init(), nm_req_chunk_update(), and nm_tactic_req_data_max_size().
◆ core_task
| struct nm_core_task_s nm_req_chunk_s::core_task |
Definition at line 471 of file nm_core_interface.h.
Referenced by nm_req_chunk_init(), and nm_req_chunk_submit().
◆ p_req
| struct nm_req_s* nm_req_chunk_s::p_req |
link to insert the req chunk as a core task
the request this chunk belongs to
Definition at line 472 of file nm_core_interface.h.
Referenced by nm_req_chunk_destroy(), nm_req_chunk_init(), nm_req_chunk_submit(), nm_req_chunk_update(), and nm_tactic_req_is_short().
◆ proto_flags
| nm_proto_t nm_req_chunk_s::proto_flags |
pre-computed proto flags
Definition at line 475 of file nm_core_interface.h.
Referenced by nm_req_chunk_init(), nm_req_chunk_update(), and nm_tactic_req_is_short().
The documentation for this struct was generated from the following file: