YOSHIFUJI Hideaki / 吉藤英明 0c9a2ac1f8 ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.
IPV6_PREFER_SRC_xxx definitions:
| #define IPV6_PREFER_SRC_TMP             0x0001
| #define IPV6_PREFER_SRC_PUBLIC          0x0002
| #define IPV6_PREFER_SRC_COA             0x0004

RT6_LOOKUP_F_xxx definitions:
| #define RT6_LOOKUP_F_SRCPREF_TMP        0x00000008
| #define RT6_LOOKUP_F_SRCPREF_PUBLIC     0x00000010
| #define RT6_LOOKUP_F_SRCPREF_COA        0x00000020

So, we can translate between these two groups by shift operation
instead of multiple 'if's.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-03-07 15:25:53 -08:00
..
2009-11-02 08:43:45 -06:00
2009-08-05 10:42:58 -07:00
2010-01-07 00:24:55 -08:00
2009-11-04 05:06:25 -08:00
2009-09-01 17:40:57 -07:00
2010-02-19 15:52:40 -05:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-03-21 19:06:54 -07:00
2009-09-01 17:40:31 -07:00
2008-11-25 17:35:18 -08:00
2008-07-05 21:26:57 -07:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2010-02-17 18:48:44 -08:00
2009-11-13 20:46:58 -08:00
2008-06-11 21:00:38 -07:00
2008-06-11 21:00:38 -07:00
2009-11-04 05:06:25 -08:00
2010-02-26 03:59:07 -08:00
2009-11-04 05:06:25 -08:00
2008-02-29 11:46:17 -08:00
2009-12-26 20:46:28 -08:00
2009-01-06 11:38:15 -07:00
2010-02-18 14:30:18 -08:00
2010-01-16 01:04:04 -08:00
2009-11-20 15:35:04 -08:00
2010-01-28 21:27:00 -08:00
2009-03-21 19:06:50 -07:00
2009-11-04 05:06:25 -08:00
2009-07-26 19:11:14 -07:00
2010-01-28 21:27:00 -08:00
2009-11-04 05:06:25 -08:00
2010-03-05 13:34:03 -08:00
2008-07-05 21:25:39 -07:00
2009-11-10 20:54:38 -08:00
2009-10-07 16:39:43 -04:00
2009-11-29 00:24:59 -08:00
2010-03-03 01:04:37 -08:00