Searched refs:nft_bitmap_location (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/net/netfilter/ |
A D | nft_set_bitmap.c | 51 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location() function 84 nft_bitmap_location(set, key, &idx, &off); in nft_bitmap_lookup() 139 nft_bitmap_location(set, nft_set_ext_key(&new->ext), &idx, &off); in nft_bitmap_insert() 156 nft_bitmap_location(set, nft_set_ext_key(&be->ext), &idx, &off); in nft_bitmap_remove() 171 nft_bitmap_location(set, nft_set_ext_key(&be->ext), &idx, &off); in nft_bitmap_activate() 185 nft_bitmap_location(set, nft_set_ext_key(&be->ext), &idx, &off); in nft_bitmap_flush() 202 nft_bitmap_location(set, elem->key.val.data, &idx, &off); in nft_bitmap_deactivate()
|
Completed in 4 milliseconds