On Thu, May 13, 2021 at 10:29:54PM +0200, Florian Westphal wrote: > This adds a nft_set_do_lookup() helper, then extends it to use > direct calls when RETPOLINE feature is enabled. > > For non-retpoline builds, nft_set_do_lookup() inline helper > does a indirect call. INDIRECT_CALLABLE_SCOPE macro allows to > keep the lookup functions static in this case. Applied, thanks.