Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > This patch allows to coalesce meta iifname,oifname + cmp into one combo > expression. Hmmm, I wonder how often "meta (o|i)fname "name") is used in practice. Perhaps make this a noinline helper? But, your call. It compacts the ruleset representation which should be a win as well. I'm also asking because this grows the eval loop again after the initial dieting in patch #2.