Searched hist:f307c8bf (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_private.h | f307c8bf Wed Mar 15 08:11:49 CDT 2023 Ido Schimmel <idosch@nvidia.com> vxlan: Move address helpers to private headers
Move the helpers out of the core C file to the private header so that they could be used by the upcoming MDB code.
While at it, constify the second argument of vxlan_nla_get_addr().
Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | vxlan_core.c | f307c8bf Wed Mar 15 08:11:49 CDT 2023 Ido Schimmel <idosch@nvidia.com> vxlan: Move address helpers to private headers
Move the helpers out of the core C file to the private header so that they could be used by the upcoming MDB code.
While at it, constify the second argument of vxlan_nla_get_addr().
Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|