Searched refs:next_hop_mtu (Results 1 – 2 of 2) sorted by relevance
84 UINT next_hop_mtu; in _nx_icmpv6_send_queued_packets() local127 next_hop_mtu = driver_request.nx_ip_driver_interface -> nx_interface_ip_mtu_size; in _nx_icmpv6_send_queued_packets()157 next_hop_mtu = dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_icmpv6_send_queued_packets()175 … (next_hop_mtu > next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nx_icmpv6_send_queued_packets()179 … next_hop_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_icmpv6_send_queued_packets()187 if (ip_packet_ptr -> nx_packet_length > next_hop_mtu) in _nx_icmpv6_send_queued_packets()192 _nx_ipv6_fragment_process(&driver_request, next_hop_mtu); in _nx_icmpv6_send_queued_packets()
108 UINT next_hop_mtu; in _nx_ipv6_packet_send() local183 next_hop_mtu = if_ptr -> nx_interface_ip_mtu_size; in _nx_ipv6_packet_send()283 next_hop_mtu = dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_ipv6_packet_send()386 next_hop_mtu = dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_ipv6_packet_send()398 … (next_hop_mtu > next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nx_ipv6_packet_send()402 … next_hop_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_ipv6_packet_send()523 if (packet_ptr -> nx_packet_length > next_hop_mtu) in _nx_ipv6_packet_send()534 _nx_ipv6_fragment_process(&driver_request, next_hop_mtu); in _nx_ipv6_packet_send()