Home
last modified time | relevance | path

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

/include/net/
Dipv6.h637 __be32 wh, __be32 wl) in __ipv6_addr_set_half() argument
641 if (__builtin_constant_p(wh) && __builtin_constant_p(wl)) { in __ipv6_addr_set_half()
642 *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl)); in __ipv6_addr_set_half()
646 if (__builtin_constant_p(wl) && __builtin_constant_p(wh)) { in __ipv6_addr_set_half()
647 *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh)); in __ipv6_addr_set_half()
653 addr[1] = wl; in __ipv6_addr_set_half()