blob: 7f9c6f13d45484adbadb25cf99e5b615dbc96f69 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef NFTABLES_HASH_H
#define NFTABLES_HASH_H
extern struct expr *hash_expr_alloc(const struct location *loc,
uint32_t modulus, uint32_t seed,
uint32_t offset, enum nft_hash_types type);
#endif /* NFTABLES_HASH_H */
|