Searched refs:next_protocol (Results 1 – 3 of 3) sorted by relevance
84 ULONG next_protocol; in _nx_ip_packet_checksum_compute() local110 next_protocol = NX_PROTOCOL_IPV4; in _nx_ip_packet_checksum_compute()116 next_protocol = NX_PROTOCOL_IPV6; in _nx_ip_packet_checksum_compute()126 switch (next_protocol) in _nx_ip_packet_checksum_compute()179 next_protocol = (val >> 16) & 0xFF; in _nx_ip_packet_checksum_compute()376 next_protocol = (val >> 8) & 0xFF; in _nx_ip_packet_checksum_compute()
122 ULONG next_protocol = 0; in _nx_ip_dispatch_process() local323 …_ptr -> nx_ip_ipsec_authentication_header_receive(ip_ptr, packet_ptr, &next_protocol, &packet_ptr); in _nx_ip_dispatch_process()360 …x_ip_ipsec_encapsulating_security_payload_receive(ip_ptr, packet_ptr, &next_protocol, &packet_ptr); in _nx_ip_dispatch_process()646 protocol = next_protocol; in _nx_ip_dispatch_process()
2026 ULONG next_protocol = 0; in _nx_ram_network_driver_calculate_checksum() local2052 next_protocol = NX_PROTOCOL_IPV4; in _nx_ram_network_driver_calculate_checksum()2058 next_protocol = NX_PROTOCOL_IPV6; in _nx_ram_network_driver_calculate_checksum()2061 if (next_protocol == 0) in _nx_ram_network_driver_calculate_checksum()2070 switch(next_protocol) in _nx_ram_network_driver_calculate_checksum()2152 next_protocol = (ip_header_ptr -> nx_ip_header_word_2 >> 8) & 0xFF; in _nx_ram_network_driver_calculate_checksum()2486 next_protocol = (ipv6_header_ptr -> nx_ip_header_word_1 >> 16) & 0xFF; in _nx_ram_network_driver_calculate_checksum()2500 next_protocol = (ULONG)(*packet_ptr -> nx_packet_prepend_ptr); in _nx_ram_network_driver_calculate_checksum()