key_eq            202 include/net/neighbour.h 	bool			(*key_eq)(const struct neighbour *, const void *pkey);
key_eq            282 include/net/neighbour.h 	bool (*key_eq)(const struct neighbour *n, const void *pkey),
key_eq            297 include/net/neighbour.h 		if (n->dev == dev && key_eq(n, pkey))
key_eq            308 include/net/neighbour.h 	return ___neigh_lookup_noref(tbl, tbl->key_eq, tbl->hash, pkey, dev);
key_eq             84 net/decnet/dn_neigh.c 	.key_eq =			dn_key_eq,
key_eq            156 net/ipv4/arp.c 	.key_eq		= arp_key_eq,
key_eq            113 net/ipv6/ndisc.c 	.key_eq =	ndisc_key_eq,