Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_labels.h58 void nf_connlabels_put(struct net *net);
63 static inline void nf_connlabels_put(struct net *net) {} in nf_connlabels_put() function
/linux-4.4.14/net/netfilter/
Dnf_conntrack_labels.c113 void nf_connlabels_put(struct net *net) in nf_connlabels_put() function
121 EXPORT_SYMBOL_GPL(nf_connlabels_put);
Dxt_connlabel.c66 nf_connlabels_put(par->net); in connlabel_mt_destroy()
/linux-4.4.14/net/openvswitch/
Dconntrack.c789 nf_connlabels_put(net); in ovs_ct_exit()