Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/netfilter/
Dnf_conntrack.h324 void nf_ct_tmpl_free(struct nf_conn *tmpl);
/Linux-v5.10/net/netfilter/
Dxt_CT.c215 nf_ct_tmpl_free(ct); in xt_ct_tg_check()
Dnf_conntrack_core.c575 void nf_ct_tmpl_free(struct nf_conn *tmpl) in nf_ct_tmpl_free() function
584 EXPORT_SYMBOL_GPL(nf_ct_tmpl_free);
605 nf_ct_tmpl_free(ct); in destroy_conntrack()
Dnf_synproxy_core.c363 nf_ct_tmpl_free(ct); in synproxy_net_init()
/Linux-v5.10/net/openvswitch/
Dconntrack.c1855 nf_ct_tmpl_free(ct_info->ct); in __ovs_ct_free_action()