token2            742 include/net/ipv6.h static inline int __ipv6_addr_diff32(const void *token1, const void *token2, int addrlen)
token2            744 include/net/ipv6.h 	const __be32 *a1 = token1, *a2 = token2;
token2            775 include/net/ipv6.h static inline int __ipv6_addr_diff64(const void *token1, const void *token2, int addrlen)
token2            777 include/net/ipv6.h 	const __be64 *a1 = token1, *a2 = token2;
token2            792 include/net/ipv6.h static inline int __ipv6_addr_diff(const void *token1, const void *token2, int addrlen)
token2            796 include/net/ipv6.h 		return __ipv6_addr_diff64(token1, token2, addrlen);
token2            798 include/net/ipv6.h 	return __ipv6_addr_diff32(token1, token2, addrlen);
token2            807 include/net/xfrm.h static inline bool addr_match(const void *token1, const void *token2,
token2            811 include/net/xfrm.h 	const __be32 *a2 = token2;