Home
last modified time | relevance | path

Searched refs:nf_nat_proto_clean (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_nat_core.c987 struct nf_nat_proto_clean { struct
995 const struct nf_nat_proto_clean *clean = data; in nf_nat_proto_remove() argument
1014 static int nf_nat_proto_clean(struct nf_conn *ct, void *data) in nf_nat_proto_clean() function
1369 struct nf_nat_proto_clean clean = {}; in nf_nat_cleanup()
1371 nf_ct_iterate_destroy(nf_nat_proto_clean, &clean); in nf_nat_cleanup()