On Fri, Oct 02, 2020 at 03:50:56PM +0200, Phil Sutter wrote: > Add a boolean indicating NFT_CMP_NEQ. To include it into the match > decision, it is sufficient to XOR it with the data comparison's result. > > While being at it, store the mask that is calculated during expression > init and free the eval routine from having to recalculate it each time. Applied, thanks