]> Git Repo - linux.git/commit - net/sched/act_ct.c
net/sched: act_ct: Software offload of established flows
authorPaul Blakey <[email protected]>
Tue, 3 Mar 2020 13:07:51 +0000 (15:07 +0200)
committerDavid S. Miller <[email protected]>
Tue, 3 Mar 2020 23:09:13 +0000 (15:09 -0800)
commit46475bb20f4ba019abf22b0db10bf55a4158852e
tree141cdc035b22c9e38b97c3a325ebc70db66abca2
parent64ff70b80fd403110b67dd9f7184a604fdb0da43
net/sched: act_ct: Software offload of established flows

Offload nf conntrack processing by looking up the 5-tuple in the
zone's flow table.

The nf conntrack module will process the packets until a connection is
in established state. Once in established state, the ct state pointer
(nf_conn) will be restored on the skb from a successful ft lookup.

Signed-off-by: Paul Blakey <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sched/act_ct.c
This page took 0.054465 seconds and 4 git commands to generate.