Searched refs:nx_ip_total_bytes_received (Results 1 – 6 of 6) sorted by relevance
100 …_INFO_GET, ip_ptr, ip_ptr -> nx_ip_total_bytes_sent, ip_ptr -> nx_ip_total_bytes_received, ip_ptr … in _nx_ip_info_get()134 *ip_total_bytes_received = ip_ptr -> nx_ip_total_bytes_received; in _nx_ip_info_get()
661 ip_ptr -> nx_ip_total_bytes_received += packet_ptr -> nx_packet_length; in _nx_ipv4_packet_receive()694 ip_ptr -> nx_ip_total_bytes_received += packet_ptr -> nx_packet_length; in _nx_ipv4_packet_receive()732 ip_ptr -> nx_ip_total_bytes_received -= packet_ptr -> nx_packet_length; in _nx_ipv4_packet_receive()
340 ip_ptr -> nx_ip_total_bytes_received += packet_ptr -> nx_packet_length; in _nx_ipv6_packet_receive()
711 ip_ptr -> nx_ip_total_bytes_received -= packet_ptr -> nx_packet_length; in _nx_ip_dispatch_process()
621 ip_ptr -> nx_ip_total_bytes_received += fragment_head -> nx_packet_length; in _nx_ip_fragment_assembly()
2561 ULONG nx_ip_total_bytes_received; member