Home
last modified time | relevance | path

Searched refs:BITOP_BE32_SWIZZLE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_fib.c127 # define BITOP_BE32_SWIZZLE (0x1F & ~7) macro
129 # define BITOP_BE32_SWIZZLE 0 macro
137 * 1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f) in addr_bit_set()
142 return (__force __be32)(1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f)) & in addr_bit_set()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_fib.c128 # define BITOP_BE32_SWIZZLE (0x1F & ~7) macro
130 # define BITOP_BE32_SWIZZLE 0 macro
138 * 1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f) in addr_bit_set()
143 return (__force __be32)(1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f)) & in addr_bit_set()

Completed in 7 milliseconds