Searched refs:dns_packet_compare_func (Results 1 – 1 of 1) sorted by relevance
2540 static int dns_packet_compare_func(const DnsPacket *x, const DnsPacket *y) { in dns_packet_compare_func() function2550 DEFINE_HASH_OPS(dns_packet_hash_ops, DnsPacket, dns_packet_hash_func, dns_packet_compare_func);2553 return dns_packet_compare_func(a, b) == 0; in dns_packet_equal()