On Mon, Dec 05, 2022 at 01:34:08PM +0200, Nikolay Aleksandrov wrote: > I just noticed the skb argument is unused. Does it get used in a future change? Nope :) > Also a minor nit - I think nlh can be a const, nlmsg_parse_deprecated already uses a const nlh. Removed the 'skb' argument and marked 'nlh' as 'const'. Thanks!