Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/netfilter/
Dnf_conntrack_common.h93 IPS_TEMPLATE_BIT = 11, enumerator
94 IPS_TEMPLATE = (1 << IPS_TEMPLATE_BIT),
/linux-6.1.9/include/net/netfilter/
Dnf_conntrack.h263 return test_bit(IPS_TEMPLATE_BIT, &ct->status); in nf_ct_is_template()