ipv6 addrconf: Introduce addrconf_is_prefix_route() helper.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Mon, 12 May 2008 16:16:24 +0000 (01:16 +0900)
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Wed, 11 Jun 2008 17:38:14 +0000 (02:38 +0900)
commit2b5ead46442d80928cce987ae6acf3fe99968ad8
treed3d33e8b9ba9b08a24a0e1f58d1d5675ab5da8e1
parent0399e5f07ad7024f70881d44f19d767d3f25a980
ipv6 addrconf: Introduce addrconf_is_prefix_route() helper.

This inline function, for readability, returns if the route
is a "prefix" route regardless if it was installed by RA or by
hand.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
net/ipv6/addrconf.c