udp_tunnel_stub.c 199 B

1234567
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. // Copyright (c) 2020 Facebook Inc.
  3. #include <net/udp_tunnel.h>
  4. const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops;
  5. EXPORT_SYMBOL_GPL(udp_tunnel_nic_ops);