Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_conntrack_labels.h49 int nf_connlabels_get(struct net *net, unsigned int bit);
54 static inline int nf_connlabels_get(struct net *net, unsigned int bit) { return 0; } in nf_connlabels_get() function
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_labels.c61 int nf_connlabels_get(struct net *net, unsigned int bits) in nf_connlabels_get() function
72 EXPORT_SYMBOL_GPL(nf_connlabels_get);
H A Dxt_connlabel.c69 ret = nf_connlabels_get(par->net, info->bit); in connlabel_mt_check()
H A Dnft_ct.c563 err = nf_connlabels_get(ctx->net, (len * BITS_PER_BYTE) - 1); in nft_ct_set_init()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ct.c1508 if (nf_connlabels_get(net, n_bits - 1)) { in ct_init_net()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.c2280 if (nf_connlabels_get(net, n_bits - 1)) { in ovs_ct_init()