Searched refs:IPS_DYING_BIT (Results 1 – 3 of 3) sorted by relevance
85 IPS_DYING_BIT = 9, enumerator86 IPS_DYING = (1 << IPS_DYING_BIT),
278 return test_bit(IPS_DYING_BIT, &ct->status); in nf_ct_is_dying()
649 if (test_and_set_bit(IPS_DYING_BIT, &ct->status)) in nf_ct_delete()2820 if (test_bit(IPS_DYING_BIT, &ct->status)) in __nf_ct_change_timeout()