Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack.h314 void nf_ct_tmpl_free(struct nf_conn *tmpl);
/Linux-v4.19/net/netfilter/
Dnf_synproxy_core.c369 nf_ct_tmpl_free(ct); in synproxy_net_init()
Dxt_CT.c279 nf_ct_tmpl_free(ct); in xt_ct_tg_check()
Dnf_conntrack_core.c517 void nf_ct_tmpl_free(struct nf_conn *tmpl) in nf_ct_tmpl_free() function
527 EXPORT_SYMBOL_GPL(nf_ct_tmpl_free);
539 nf_ct_tmpl_free(ct); in destroy_conntrack()
/Linux-v4.19/net/openvswitch/
Dconntrack.c1773 nf_ct_tmpl_free(ct_info->ct); in __ovs_ct_free_action()