diff options
author | 2022-04-08 13:10:19 +0200 | |
---|---|---|
committer | 2022-05-13 18:56:27 +0200 | |
commit | 8169ff584003c871a226719e998bb034231954d6 (patch) | |
tree | d17f5fabbcd5f2faf63dca4091ada15017e6eda7 /drivers/net/loopback.c | |
parent | netfilter: conntrack: avoid unconditional local_bh_disable (diff) | |
download | wireguard-linux-8169ff584003c871a226719e998bb034231954d6.tar.xz wireguard-linux-8169ff584003c871a226719e998bb034231954d6.zip |
netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
This patch adds a structure to collect all the context data that is
passed to the cleanup iterator.
struct nf_ct_iter_data {
struct net *net;
void *data;
u32 portid;
int report;
};
There is a netns field that allows to clean up conntrack entries
specifically owned by the specified netns.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'drivers/net/loopback.c')
0 files changed, 0 insertions, 0 deletions