Searched refs:nft_bitmap_location (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/netfilter/ |
| H A D | nft_set_bitmap.c | 52 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location() function 85 nft_bitmap_location(set, key, &idx, &off); in nft_bitmap_lookup() 143 nft_bitmap_location(set, nft_set_ext_key(&new->ext), &idx, &off); in nft_bitmap_insert() 159 nft_bitmap_location(set, nft_set_ext_key(&be->ext), &idx, &off); in nft_bitmap_remove() 174 nft_bitmap_location(set, nft_set_ext_key(&be->ext), &idx, &off); in nft_bitmap_activate() 189 nft_bitmap_location(set, nft_set_ext_key(&be->ext), &idx, &off); in nft_bitmap_flush() 204 nft_bitmap_location(set, elem->key.val.data, &idx, &off); in nft_bitmap_deactivate()
|