Searched refs:amount (Results 1 – 3 of 3) sorted by relevance
79 VOID _nx_tcp_socket_state_data_trim(NX_PACKET *packet_ptr, ULONG amount) in _nx_tcp_socket_state_data_trim() argument84 if (amount >= packet_ptr -> nx_packet_length) in _nx_tcp_socket_state_data_trim()90 bytes_to_keep = packet_ptr -> nx_packet_length - amount; in _nx_tcp_socket_state_data_trim()183 VOID _nx_tcp_socket_state_data_trim_front(NX_PACKET *packet_ptr, ULONG amount) in _nx_tcp_socket_state_data_trim_front() argument188 if (amount >= packet_ptr -> nx_packet_length || amount == 0) in _nx_tcp_socket_state_data_trim_front()195 packet_ptr -> nx_packet_length -= amount; in _nx_tcp_socket_state_data_trim_front()202 while (amount) in _nx_tcp_socket_state_data_trim_front()211 if (amount > work_length) in _nx_tcp_socket_state_data_trim_front()239 amount -= work_length; in _nx_tcp_socket_state_data_trim_front()256 packet_ptr -> nx_packet_prepend_ptr + amount, in _nx_tcp_socket_state_data_trim_front()[all …]
335 VOID _nx_tcp_socket_state_data_trim_front(NX_PACKET *packet_ptr, ULONG amount);336 VOID _nx_tcp_socket_state_data_trim(NX_PACKET *packet_ptr, ULONG amount);
899 … there are no messages in the receive queue, this routine can block. The amount of time it waits f…1054 … there are no messages in the receive queue, this routine can block. The amount of time it waits f…