Lines Matching refs:hash_fields
2344 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_outer() local
2347 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in rt6_multipath_custom_hash_outer()
2354 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_outer()
2356 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_outer()
2358 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in rt6_multipath_custom_hash_outer()
2360 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_FLOWLABEL) in rt6_multipath_custom_hash_outer()
2362 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in rt6_multipath_custom_hash_outer()
2364 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in rt6_multipath_custom_hash_outer()
2375 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_inner() local
2385 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_MASK)) in rt6_multipath_custom_hash_inner()
2396 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_IP) in rt6_multipath_custom_hash_inner()
2398 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_IP) in rt6_multipath_custom_hash_inner()
2402 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_IP) in rt6_multipath_custom_hash_inner()
2404 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_IP) in rt6_multipath_custom_hash_inner()
2406 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_FLOWLABEL) in rt6_multipath_custom_hash_inner()
2410 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_IP_PROTO) in rt6_multipath_custom_hash_inner()
2412 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_PORT) in rt6_multipath_custom_hash_inner()
2414 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_PORT) in rt6_multipath_custom_hash_inner()
2435 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_fl6() local
2438 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in rt6_multipath_custom_hash_fl6()
2443 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_fl6()
2445 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_fl6()
2447 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in rt6_multipath_custom_hash_fl6()
2449 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_FLOWLABEL) in rt6_multipath_custom_hash_fl6()
2451 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in rt6_multipath_custom_hash_fl6()
2453 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in rt6_multipath_custom_hash_fl6()