Home
last modified time | relevance | path

Searched refs:wh (Results 1 – 1 of 1) sorted by relevance

/include/net/
Dipv6.h630 __be32 wh, __be32 wl) in __ipv6_addr_set_half() argument
634 if (__builtin_constant_p(wh) && __builtin_constant_p(wl)) { in __ipv6_addr_set_half()
635 *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl)); in __ipv6_addr_set_half()
639 if (__builtin_constant_p(wl) && __builtin_constant_p(wh)) { in __ipv6_addr_set_half()
640 *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh)); in __ipv6_addr_set_half()
645 addr[0] = wh; in __ipv6_addr_set_half()