Searched refs:next_hop_path_mtu (Results 1 – 1 of 1) sorted by relevance
12267 UINT next_hop_path_mtu; in _nxd_bsd_ipv6_packet_send() local12552 next_hop_path_mtu = dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nxd_bsd_ipv6_packet_send()12563 … (next_hop_path_mtu > next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nxd_bsd_ipv6_packet_send()12567 … next_hop_path_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nxd_bsd_ipv6_packet_send()12572 if ((next_hop_path_mtu > 0) && in _nxd_bsd_ipv6_packet_send()12573 (packet_ptr -> nx_packet_length > next_hop_path_mtu)) in _nxd_bsd_ipv6_packet_send()12577 _nx_ipv6_fragment_process(&driver_request, next_hop_path_mtu); in _nxd_bsd_ipv6_packet_send()