Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dct_obj.c29 #define CT_ATTR_STATUS (1UL << 3) macro
357 __ADD(CT_ATTR_STATUS, status)
487 ct->ce_mask |= CT_ATTR_STATUS; in nfnl_ct_set_status()
494 ct->ce_mask |= CT_ATTR_STATUS; in nfnl_ct_unset_status()
499 return !!(ct->ce_mask & CT_ATTR_STATUS); in nfnl_ct_test_status()