summaryrefslogtreecommitdiffstats
path: root/include/hash.h
blob: 8bf53e2e2bfb2f20cdcdc317c71ed3960439f1c3 (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);

#endif /* NFTABLES_HASH_H */