chromium/net/base/address_map_linux.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "net/base/address_map_linux.h"

#include <linux/rtnetlink.h>

namespace net {

internal::AddressTrackerLinux* AddressMapOwnerLinux::GetAddressTrackerLinux() {}
AddressMapCacheLinux* AddressMapOwnerLinux::GetAddressMapCacheLinux() {}

}  // namespace net