Home
last modified time | relevance | path

Searched refs:hash_keys (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv4/
H A Droute.c1906 struct flow_keys *hash_keys) in ip_multipath_l3_keys() argument
1937 hash_keys->addrs.v4addrs.src = key_iph->saddr; in ip_multipath_l3_keys()
1938 hash_keys->addrs.v4addrs.dst = key_iph->daddr; in ip_multipath_l3_keys()
1946 struct flow_keys keys, hash_keys; in fib_multipath_custom_hash_outer() local
1951 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_custom_hash_outer()
1954 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_custom_hash_outer()
1956 hash_keys.addrs.v4addrs.src = keys.addrs.v4addrs.src; in fib_multipath_custom_hash_outer()
1958 hash_keys.addrs.v4addrs.dst = keys.addrs.v4addrs.dst; in fib_multipath_custom_hash_outer()
1960 hash_keys.basic.ip_proto = keys.basic.ip_proto; in fib_multipath_custom_hash_outer()
1962 hash_keys.ports.src = keys.ports.src; in fib_multipath_custom_hash_outer()
[all …]
/openbmc/linux/net/ipv6/
H A Droute.c2346 struct flow_keys keys, hash_keys; in rt6_multipath_custom_hash_outer() local
2351 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_custom_hash_outer()
2354 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_custom_hash_outer()
2356 hash_keys.addrs.v6addrs.src = keys.addrs.v6addrs.src; in rt6_multipath_custom_hash_outer()
2358 hash_keys.addrs.v6addrs.dst = keys.addrs.v6addrs.dst; in rt6_multipath_custom_hash_outer()
2360 hash_keys.basic.ip_proto = keys.basic.ip_proto; in rt6_multipath_custom_hash_outer()
2362 hash_keys.tags.flow_label = keys.tags.flow_label; in rt6_multipath_custom_hash_outer()
2364 hash_keys.ports.src = keys.ports.src; in rt6_multipath_custom_hash_outer()
2366 hash_keys.ports.dst = keys.ports.dst; in rt6_multipath_custom_hash_outer()
2369 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_outer()
[all …]
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_glue.c80 u8 hash_keys[GCM_BLOCK_LEN * 16]; member