Searched refs:common_bits (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dallowedips.c87 static u8 common_bits(const struct allowedips_node *node, const u8 *key, function
104 * the rest, but it turns out that common_bits is already super fast on
108 return common_bits(node, key, bits) >= node->cidr;
222 cidr = min(cidr, common_bits(down, key, bits));

Completed in 110 milliseconds