Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_labels.h46 int nf_connlabels_get(struct net *net, unsigned int bit);
51 static inline int nf_connlabels_get(struct net *net, unsigned int bit) { return 0; } in nf_connlabels_get() function
/Linux-v4.19/net/netfilter/
Dnf_conntrack_labels.c64 int nf_connlabels_get(struct net *net, unsigned int bits) in nf_connlabels_get() function
75 EXPORT_SYMBOL_GPL(nf_connlabels_get);
Dxt_connlabel.c72 ret = nf_connlabels_get(par->net, info->bit); in connlabel_mt_check()
Dnft_ct.c548 err = nf_connlabels_get(ctx->net, (len * BITS_PER_BYTE) - 1); in nft_ct_set_init()
/Linux-v4.19/net/openvswitch/
Dconntrack.c2194 if (nf_connlabels_get(net, n_bits - 1)) { in ovs_ct_init()