]> git.itanic.dy.fi Git - linux-stable/commit
vxlan: mdb: Adjust function arguments
authorIdo Schimmel <idosch@nvidia.com>
Wed, 25 Oct 2023 12:30:12 +0000 (15:30 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2023 09:51:41 +0000 (10:51 +0100)
commitff97d2a956a142bc0383f52560dd46e003c216dd
treed669e67ca60ad0c4143808bda57435ba64e95019
parent6d0259dd6c533e4ccc41b40075c1bdfd0f1efbd7
vxlan: mdb: Adjust function arguments

Adjust the function's arguments and rename it to allow it to be reused
by future call sites that only have access to 'struct
vxlan_mdb_entry_key', but not to 'struct vxlan_mdb_config'.

No functional changes intended.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan/vxlan_mdb.c