Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_packet_data_append.c84 NX_PACKET *new_list_ptr; /* Head of new list pointer */ in _nx_packet_data_append() local
137 new_list_ptr = NX_NULL; in _nx_packet_data_append()
153 if (new_list_ptr) in _nx_packet_data_append()
155 _nx_packet_release(new_list_ptr); in _nx_packet_data_append()
166 if (new_list_ptr) in _nx_packet_data_append()
170 if (new_list_ptr -> nx_packet_last) in _nx_packet_data_append()
176 (new_list_ptr -> nx_packet_last) -> nx_packet_next = work_ptr; in _nx_packet_data_append()
177 new_list_ptr -> nx_packet_last = work_ptr; in _nx_packet_data_append()
184 new_list_ptr -> nx_packet_last = work_ptr; in _nx_packet_data_append()
185 new_list_ptr -> nx_packet_next = work_ptr; in _nx_packet_data_append()
[all …]