On Wed, Jan 09, 2019 at 05:19:34PM +0100, Florian Westphal wrote: > place them into the confirm one. > > Old: > hook (300): ipv4/6_help() first call helper, then seqadj. > hook (INT_MAX): confirm > > Now: > hook (INT_MAX): confirm, first call helper, then seqadj, then confirm > > Not having the extra call is noticeable in bechmarks. Applied, thanks.