Lines Matching refs:hash_fields

1902 	u32 hash_fields = net->ipv4.sysctl_fib_multipath_hash_fields;  in fib_multipath_custom_hash_outer()  local
1905 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in fib_multipath_custom_hash_outer()
1912 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in fib_multipath_custom_hash_outer()
1914 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in fib_multipath_custom_hash_outer()
1916 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in fib_multipath_custom_hash_outer()
1918 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in fib_multipath_custom_hash_outer()
1920 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in fib_multipath_custom_hash_outer()
1931 u32 hash_fields = net->ipv4.sysctl_fib_multipath_hash_fields; in fib_multipath_custom_hash_inner() local
1941 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_MASK)) in fib_multipath_custom_hash_inner()
1952 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_IP) in fib_multipath_custom_hash_inner()
1954 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_IP) in fib_multipath_custom_hash_inner()
1958 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_IP) in fib_multipath_custom_hash_inner()
1960 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_IP) in fib_multipath_custom_hash_inner()
1962 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_FLOWLABEL) in fib_multipath_custom_hash_inner()
1966 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_IP_PROTO) in fib_multipath_custom_hash_inner()
1968 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_SRC_PORT) in fib_multipath_custom_hash_inner()
1970 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_INNER_DST_PORT) in fib_multipath_custom_hash_inner()
1991 u32 hash_fields = net->ipv4.sysctl_fib_multipath_hash_fields; in fib_multipath_custom_hash_fl4() local
1994 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in fib_multipath_custom_hash_fl4()
1999 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in fib_multipath_custom_hash_fl4()
2001 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in fib_multipath_custom_hash_fl4()
2003 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in fib_multipath_custom_hash_fl4()
2005 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in fib_multipath_custom_hash_fl4()
2007 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in fib_multipath_custom_hash_fl4()