Searched refs:nx_ip_total_bytes_received (Results 1 – 6 of 6) sorted by relevance
101 …_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()135 *ip_total_bytes_received = ip_ptr -> nx_ip_total_bytes_received; in _nx_ip_info_get()
662 ip_ptr -> nx_ip_total_bytes_received += packet_ptr -> nx_packet_length; in _nx_ipv4_packet_receive()695 ip_ptr -> nx_ip_total_bytes_received += packet_ptr -> nx_packet_length; in _nx_ipv4_packet_receive()733 ip_ptr -> nx_ip_total_bytes_received -= packet_ptr -> nx_packet_length; in _nx_ipv4_packet_receive()
341 ip_ptr -> nx_ip_total_bytes_received += packet_ptr -> nx_packet_length; in _nx_ipv6_packet_receive()
712 ip_ptr -> nx_ip_total_bytes_received -= packet_ptr -> nx_packet_length; in _nx_ip_dispatch_process()
622 ip_ptr -> nx_ip_total_bytes_received += fragment_head -> nx_packet_length; in _nx_ip_fragment_assembly()
2500 ULONG nx_ip_total_bytes_received; member