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