Searched refs:nft_bitmap_location (Results 1 – 1 of 1) sorted by relevance
/net/netfilter/ |
D | nft_set_bitmap.c | 51 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location() function 83 nft_bitmap_location(set, key, &idx, &off); in nft_bitmap_lookup() 138 nft_bitmap_location(set, nft_set_ext_key(&new->ext), &idx, &off); in nft_bitmap_insert() 155 nft_bitmap_location(set, nft_set_ext_key(&be->ext), &idx, &off); in nft_bitmap_remove() 170 nft_bitmap_location(set, nft_set_ext_key(&be->ext), &idx, &off); in nft_bitmap_activate() 184 nft_bitmap_location(set, nft_set_ext_key(&be->ext), &idx, &off); in nft_bitmap_flush() 201 nft_bitmap_location(set, elem->key.val.data, &idx, &off); in nft_bitmap_deactivate()
|