vxlan_core: move some fdb helpers to non-static
authorRoopa Prabhu <roopa@nvidia.com>
Tue, 1 Mar 2022 05:04:31 +0000 (05:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2022 08:38:02 +0000 (08:38 +0000)
commitc63053e0cb5afcf53d5119cf82136c22131792a2
tree3643ef955b878dad788887194340e95dd8115c79
parent76fc217d7fb11437b9395a6e61cd2e11b17220f0
vxlan_core: move some fdb helpers to non-static

This patch moves some fdb helpers to non-static
for use in later patches. Ideally, all fdb code
could move into its own file vxlan_fdb.c.
This can be done as a subsequent patch and is out
of scope of this series.

Signed-off-by: Roopa Prabhu <roopa@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan/vxlan_core.c
drivers/net/vxlan/vxlan_private.h