Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_connlabel.c64 if (words > par->net->ct.label_words) in connlabel_mt_check()
65 par->net->ct.label_words = words; in connlabel_mt_check()
74 par->net->ct.label_words = 0; in connlabel_mt_destroy()
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_labels.h33 words = ACCESS_ONCE(net->ct.label_words); in nf_ct_labels_ext_add()
/linux-4.1.27/include/net/netns/
Dconntrack.h109 u8 label_words; member