Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter/
Dnf_conntrack_common.h84 IPS_TEMPLATE_BIT = 11, enumerator
85 IPS_TEMPLATE = (1 << IPS_TEMPLATE_BIT),
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack.h261 return test_bit(IPS_TEMPLATE_BIT, &ct->status); in nf_ct_is_template()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_core.c548 __set_bit(IPS_TEMPLATE_BIT, &tmpl->status); in nf_conntrack_tmpl_insert()