Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/netfilter/
Dnf_tables.h1482 #define NFT_SET_ELEM_BUSY_BIT 2 macro
1484 #define NFT_SET_ELEM_BUSY_BIT (BITS_PER_LONG - BITS_PER_BYTE + 2) macro
1494 return test_and_set_bit(NFT_SET_ELEM_BUSY_BIT, word); in nft_set_elem_mark_busy()
1501 clear_bit(NFT_SET_ELEM_BUSY_BIT, word); in nft_set_elem_clear_busy()