net: move add ct helper function to nf_conntrack_helper for ovs and tc
authorXin Long <lucien.xin@gmail.com>
Sun, 6 Nov 2022 20:34:15 +0000 (15:34 -0500)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 8 Nov 2022 11:15:19 +0000 (12:15 +0100)
commitf96cba2eb923c025014fe74a50e104b7c5234feb
treef896656234e268bc154e7044d096f257043e6ab9
parentca71277f36e0781db663aedeb5fc1e26e7c144c4
net: move add ct helper function to nf_conntrack_helper for ovs and tc

Move ovs_ct_add_helper from openvswitch to nf_conntrack_helper and
rename as nf_ct_add_helper, so that it can be used in TC act_ct in
the next patch.

Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/net/netfilter/nf_conntrack_helper.h
net/netfilter/nf_conntrack_helper.c
net/openvswitch/conntrack.c