Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/netfilter/
Dnf_conntrack_labels.h56 void nf_connlabels_put(struct net *net);
59 static inline void nf_connlabels_put(struct net *net) {} in nf_connlabels_put() function
/linux-6.12.1/net/netfilter/
Dnf_conntrack_labels.c75 void nf_connlabels_put(struct net *net) in nf_connlabels_put() function
81 EXPORT_SYMBOL_GPL(nf_connlabels_put);
Dxt_connlabel.c77 nf_connlabels_put(par->net); in connlabel_mt_destroy()
Dnft_ct.c522 nf_connlabels_put(ctx->net); in __nft_ct_set_destroy()
/linux-6.12.1/net/sched/
Dact_ct.c882 nf_connlabels_put(nf_ct_net(params->tmpl)); in tcf_ct_params_free()
1334 nf_connlabels_put(net); in tcf_ct_fill_params()
/linux-6.12.1/net/openvswitch/
Dconntrack.c1584 nf_connlabels_put(nf_ct_net(ct_info->ct)); in __ovs_ct_free_action()