Lines Matching refs:hash_fields
2345 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_outer() local
2348 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in rt6_multipath_custom_hash_outer()
2355 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_outer()
2357 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_outer()
2359 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in rt6_multipath_custom_hash_outer()
2361 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_FLOWLABEL) in rt6_multipath_custom_hash_outer()
2363 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in rt6_multipath_custom_hash_outer()
2365 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in rt6_multipath_custom_hash_outer()
2376 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_inner() local
2386 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_MASK)) in rt6_multipath_custom_hash_inner()
2397 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_IP) in rt6_multipath_custom_hash_inner()
2399 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_IP) in rt6_multipath_custom_hash_inner()
2403 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_IP) in rt6_multipath_custom_hash_inner()
2405 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_IP) in rt6_multipath_custom_hash_inner()
2407 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_FLOWLABEL) in rt6_multipath_custom_hash_inner()
2411 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_IP_PROTO) in rt6_multipath_custom_hash_inner()
2413 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_PORT) in rt6_multipath_custom_hash_inner()
2415 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_PORT) in rt6_multipath_custom_hash_inner()
2436 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_fl6() local
2439 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in rt6_multipath_custom_hash_fl6()
2444 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_fl6()
2446 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_fl6()
2448 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in rt6_multipath_custom_hash_fl6()
2450 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_FLOWLABEL) in rt6_multipath_custom_hash_fl6()
2452 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in rt6_multipath_custom_hash_fl6()
2454 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in rt6_multipath_custom_hash_fl6()