]> Git Repo - linux.git/commit
act_ct: prepare for stolen verdict coming from conntrack and nat engine
authorFlorian Westphal <[email protected]>
Thu, 4 Jul 2024 11:29:20 +0000 (13:29 +0200)
committerDavid S. Miller <[email protected]>
Mon, 8 Jul 2024 10:35:31 +0000 (11:35 +0100)
commit3abbd7ed8b768ff37798e81910b47c2e05156d49
tree611e82a08c49ec32190d97640ec44fe199853067
parent2f5e6395714d0ee53c150da38b25975fe37755c2
act_ct: prepare for stolen verdict coming from conntrack and nat engine

At this time, conntrack either returns NF_ACCEPT or NF_DROP.
To improve debuging it would be nice to be able to replace NF_DROP verdict
with NF_DROP_REASON() helper,

This helper releases the skb instantly (so drop_monitor can pinpoint
exact location) and returns NF_STOLEN.

Prepare call sites to deal with this before introducing such changes
in conntrack and nat core.

Signed-off-by: Florian Westphal <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sched/act_ct.c
This page took 0.050526 seconds and 4 git commands to generate.