Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_labels.c19 static unsigned int label_bits(const struct nf_conn_labels *l) in label_bits() function
32 return bit < label_bits(labels) && test_bit(bit, labels->bits); in nf_connlabel_match()
40 if (!labels || bit >= label_bits(labels)) in nf_connlabel_set()