Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/netfilter/
A Dnf_conntrack_labels.h56 int nf_connlabels_get(struct net *net, unsigned int bit);
59 static inline int nf_connlabels_get(struct net *net, unsigned int bit) { return 0; } in nf_connlabels_get() function
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_labels.c61 int nf_connlabels_get(struct net *net, unsigned int bits) in nf_connlabels_get() function
74 EXPORT_SYMBOL_GPL(nf_connlabels_get);
A Dxt_connlabel.c69 ret = nf_connlabels_get(par->net, info->bit); in connlabel_mt_check()
A Dnft_ct.c556 err = nf_connlabels_get(ctx->net, (len * BITS_PER_BYTE) - 1); in nft_ct_set_init()
/linux-6.3-rc2/net/sched/
A Dact_ct.c1540 if (nf_connlabels_get(net, n_bits - 1)) { in ct_init_net()
/linux-6.3-rc2/net/openvswitch/
A Dconntrack.c2032 if (nf_connlabels_get(net, n_bits - 1)) { in ovs_ct_init()

Completed in 14 milliseconds