Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Droute.c1887 struct flow_keys *hash_keys) in ip_multipath_l3_keys() argument
1918 hash_keys->addrs.v4addrs.src = key_iph->saddr; in ip_multipath_l3_keys()
1919 hash_keys->addrs.v4addrs.dst = key_iph->daddr; in ip_multipath_l3_keys()
1927 struct flow_keys hash_keys; in fib_multipath_hash() local
1932 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash()
1933 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash()
1935 ip_multipath_l3_keys(skb, &hash_keys); in fib_multipath_hash()
1937 hash_keys.addrs.v4addrs.src = fl4->saddr; in fib_multipath_hash()
1938 hash_keys.addrs.v4addrs.dst = fl4->daddr; in fib_multipath_hash()
1951 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash()
[all …]
/Linux-v5.10/net/ipv6/
Droute.c2352 struct flow_keys hash_keys; in rt6_multipath_hash() local
2357 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash()
2358 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
2360 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash()
2362 hash_keys.addrs.v6addrs.src = fl6->saddr; in rt6_multipath_hash()
2363 hash_keys.addrs.v6addrs.dst = fl6->daddr; in rt6_multipath_hash()
2364 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_hash()
2365 hash_keys.basic.ip_proto = fl6->flowi6_proto; in rt6_multipath_hash()
2377 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash()
2383 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
[all …]
/Linux-v5.10/arch/x86/crypto/
Daesni-intel_glue.c81 u8 hash_keys[GCM_BLOCK_LEN * 16]; member