vxlan: vxlan_rcv() callees: Move clearing of unparsed flags out
authorPetr Machata <petrm@nvidia.com>
Thu, 5 Dec 2024 15:40:51 +0000 (16:40 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 22:47:03 +0000 (14:47 -0800)
commit0f09ae907818d593e55c4b058d286a0914a43c3f
tree84e83755894a159361530c3bf2c7c8b9edf3d53f
parent9234a37a495dc34cece943bec495ab541e4143ab
vxlan: vxlan_rcv() callees: Move clearing of unparsed flags out

In order to migrate away from the use of unparsed to detect invalid flags,
move all the code that actually clears the flags from callees directly to
vxlan_rcv().

Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org>
Link: https://patch.msgid.link/2857871d929375c881b9defe378473c8200ead9b.1733412063.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/vxlan/vxlan_core.c