Searched refs:amount (Results 1 – 3 of 3) sorted by relevance
80 VOID _nx_tcp_socket_state_data_trim(NX_PACKET *packet_ptr, ULONG amount) in _nx_tcp_socket_state_data_trim() argument85 if (amount >= packet_ptr -> nx_packet_length) in _nx_tcp_socket_state_data_trim()91 bytes_to_keep = packet_ptr -> nx_packet_length - amount; in _nx_tcp_socket_state_data_trim()184 VOID _nx_tcp_socket_state_data_trim_front(NX_PACKET *packet_ptr, ULONG amount) in _nx_tcp_socket_state_data_trim_front() argument189 if (amount >= packet_ptr -> nx_packet_length || amount == 0) in _nx_tcp_socket_state_data_trim_front()196 packet_ptr -> nx_packet_length -= amount; in _nx_tcp_socket_state_data_trim_front()203 while (amount) in _nx_tcp_socket_state_data_trim_front()212 if (amount > work_length) in _nx_tcp_socket_state_data_trim_front()240 amount -= work_length; in _nx_tcp_socket_state_data_trim_front()257 packet_ptr -> nx_packet_prepend_ptr + amount, in _nx_tcp_socket_state_data_trim_front()[all …]
333 VOID _nx_tcp_socket_state_data_trim_front(NX_PACKET *packet_ptr, ULONG amount);334 VOID _nx_tcp_socket_state_data_trim(NX_PACKET *packet_ptr, ULONG amount);
814 … there are no messages in the receive queue, this routine can block. The amount of time it waits f…969 … there are no messages in the receive queue, this routine can block. The amount of time it waits f…