commit | 9f2e73345ad9466618edfec35d98c074f2e0570d | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | Mon Jan 14 07:09:54 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 14 13:17:00 2013 -0500 |
tree | 504a464901e3a7b5054a288b8e86874f267fae47 | |
parent | 25d46f43a911b08c5aa8c8fd4fe7fa9b36445068 [diff] |
ipv6: 64bit version of ipv6_addr_diff(). Introduce __ipv6_addr_diff64() to to find the first different bit between two addresses on 64bit architectures. 32bit version is still available as __ipv6_addr_diff32(), and __ipv6_addr_diff() automatically selects appropriate version. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>