Lines Matching refs:siphash24_compress
116 siphash24_compress(&route->family, sizeof(route->family), state); in route_hash_func()
121 siphash24_compress(&route->dst_prefixlen, sizeof(route->dst_prefixlen), state); in route_hash_func()
122 siphash24_compress(&route->dst, FAMILY_ADDRESS_SIZE(route->family), state); in route_hash_func()
124 siphash24_compress(&route->src_prefixlen, sizeof(route->src_prefixlen), state); in route_hash_func()
125 siphash24_compress(&route->src, FAMILY_ADDRESS_SIZE(route->family), state); in route_hash_func()
127 siphash24_compress(&route->gw_family, sizeof(route->gw_family), state); in route_hash_func()
129 … siphash24_compress(&route->gw, FAMILY_ADDRESS_SIZE(route->gw_family), state); in route_hash_func()
130 siphash24_compress(&route->gw_weight, sizeof(route->gw_weight), state); in route_hash_func()
133 siphash24_compress(&route->prefsrc, FAMILY_ADDRESS_SIZE(route->family), state); in route_hash_func()
135 siphash24_compress(&route->tos, sizeof(route->tos), state); in route_hash_func()
136 siphash24_compress(&route->priority, sizeof(route->priority), state); in route_hash_func()
137 siphash24_compress(&route->table, sizeof(route->table), state); in route_hash_func()
138 siphash24_compress(&route->protocol, sizeof(route->protocol), state); in route_hash_func()
139 siphash24_compress(&route->scope, sizeof(route->scope), state); in route_hash_func()
140 siphash24_compress(&route->type, sizeof(route->type), state); in route_hash_func()
142 siphash24_compress(&route->initcwnd, sizeof(route->initcwnd), state); in route_hash_func()
143 siphash24_compress(&route->initrwnd, sizeof(route->initrwnd), state); in route_hash_func()
145 siphash24_compress(&route->advmss, sizeof(route->advmss), state); in route_hash_func()
146 siphash24_compress(&route->nexthop_id, sizeof(route->nexthop_id), state); in route_hash_func()