Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h182 void nf_nat_helper_put(struct nf_conntrack_helper *helper);
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_helper.c165 void nf_nat_helper_put(struct nf_conntrack_helper *helper) in nf_nat_helper_put() function
175 EXPORT_SYMBOL_GPL(nf_nat_helper_put);
/openbmc/linux/net/sched/
H A Dact_ct.c875 nf_nat_helper_put(params->helper); in tcf_ct_params_free()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c1541 nf_nat_helper_put(ct_info->helper); in __ovs_ct_free_action()