Lines Matching refs:siphash24_compress
159 siphash24_compress(&rule->family, sizeof(rule->family), state); in routing_policy_rule_hash_func()
164 siphash24_compress(&rule->from, FAMILY_ADDRESS_SIZE(rule->family), state); in routing_policy_rule_hash_func()
165 siphash24_compress(&rule->from_prefixlen, sizeof(rule->from_prefixlen), state); in routing_policy_rule_hash_func()
167 siphash24_compress(&rule->to, FAMILY_ADDRESS_SIZE(rule->family), state); in routing_policy_rule_hash_func()
168 siphash24_compress(&rule->to_prefixlen, sizeof(rule->to_prefixlen), state); in routing_policy_rule_hash_func()
172 siphash24_compress(&rule->tos, sizeof(rule->tos), state); in routing_policy_rule_hash_func()
173 siphash24_compress(&rule->type, sizeof(rule->type), state); in routing_policy_rule_hash_func()
174 siphash24_compress(&rule->fwmark, sizeof(rule->fwmark), state); in routing_policy_rule_hash_func()
175 siphash24_compress(&rule->fwmask, sizeof(rule->fwmask), state); in routing_policy_rule_hash_func()
176 siphash24_compress(&rule->priority, sizeof(rule->priority), state); in routing_policy_rule_hash_func()
177 siphash24_compress(&rule->table, sizeof(rule->table), state); in routing_policy_rule_hash_func()
178 … siphash24_compress(&rule->suppress_prefixlen, sizeof(rule->suppress_prefixlen), state); in routing_policy_rule_hash_func()
179 siphash24_compress(&rule->suppress_ifgroup, sizeof(rule->suppress_ifgroup), state); in routing_policy_rule_hash_func()
181 siphash24_compress(&rule->ipproto, sizeof(rule->ipproto), state); in routing_policy_rule_hash_func()
182 siphash24_compress(&rule->protocol, sizeof(rule->protocol), state); in routing_policy_rule_hash_func()
183 siphash24_compress(&rule->sport, sizeof(rule->sport), state); in routing_policy_rule_hash_func()
184 siphash24_compress(&rule->dport, sizeof(rule->dport), state); in routing_policy_rule_hash_func()
185 siphash24_compress(&rule->uid_range, sizeof(rule->uid_range), state); in routing_policy_rule_hash_func()