]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6b80043e9f15f05ab5bf84b2cb40a644531da2c
tree3643ef955b878dad788887194340e95dd8115c79
parent07d707acf59cc2ffa4171bbf64ff7e7ac53acc2b
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