Lines Matching refs:hash_fields
2340 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_outer() local
2343 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in rt6_multipath_custom_hash_outer()
2350 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_outer()
2352 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_outer()
2354 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in rt6_multipath_custom_hash_outer()
2356 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_FLOWLABEL) in rt6_multipath_custom_hash_outer()
2358 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in rt6_multipath_custom_hash_outer()
2360 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in rt6_multipath_custom_hash_outer()
2371 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_inner() local
2381 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_MASK)) in rt6_multipath_custom_hash_inner()
2392 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_IP) in rt6_multipath_custom_hash_inner()
2394 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_IP) in rt6_multipath_custom_hash_inner()
2398 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_IP) in rt6_multipath_custom_hash_inner()
2400 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_FLOWLABEL) in rt6_multipath_custom_hash_inner()
2406 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_IP_PROTO) in rt6_multipath_custom_hash_inner()
2408 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_PORT) in rt6_multipath_custom_hash_inner()
2410 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_PORT) in rt6_multipath_custom_hash_inner()
2431 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_fl6() local
2434 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in rt6_multipath_custom_hash_fl6()
2439 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_fl6()
2441 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_fl6()
2443 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in rt6_multipath_custom_hash_fl6()
2445 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_FLOWLABEL) in rt6_multipath_custom_hash_fl6()
2447 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in rt6_multipath_custom_hash_fl6()
2449 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in rt6_multipath_custom_hash_fl6()