Aaron Conole <aconole@xxxxxxxxxx> writes: > From: Florian Westphal <fw@xxxxxxxxx> > > This replaces the last uses of NF_HOOK_THRESH(). > Followup patch will remove it and rename nf_hook_thresh. > > The reason is that inet (non-bridge) netfilter no longer invokes the > hooks from hooks, so we do no longer need the thresh value to skip hooks > with a lower priority. > > The bridge netfilter however may need to do this. br_nf_hook_thresh is a > wrapper that is supposed to do this, i.e. only call hooks with a > priority that exceeds NF_BR_PRI_BRNF. > > It's used only in the recursion cases of br_netfilter. > > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> > Signed-off-by: Aaron Conole <aconole@xxxxxxxxxx> > --- I will make sure to fix the address in this patch. Apologies. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html