Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_labels.h57 int nf_connlabels_get(struct net *net, unsigned int n_bits);
62 static inline int nf_connlabels_get(struct net *net, unsigned int n_bits) { return 0; } in nf_connlabels_get() function
/linux-4.4.14/net/netfilter/
Dnf_conntrack_labels.c94 int nf_connlabels_get(struct net *net, unsigned int n_bits) in nf_connlabels_get() function
111 EXPORT_SYMBOL_GPL(nf_connlabels_get);
Dxt_connlabel.c58 ret = nf_connlabels_get(par->net, info->bit + 1); in connlabel_mt_check()
/linux-4.4.14/net/openvswitch/
Dconntrack.c776 if (nf_connlabels_get(net, n_bits)) { in ovs_ct_init()