Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Droute.c1877 struct flow_keys *hash_keys) in ip_multipath_l3_keys() argument
1911 hash_keys->addrs.v4addrs.src = key_iph->saddr; in ip_multipath_l3_keys()
1912 hash_keys->addrs.v4addrs.dst = key_iph->daddr; in ip_multipath_l3_keys()
1920 struct flow_keys hash_keys; in fib_multipath_hash() local
1925 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash()
1926 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash()
1928 ip_multipath_l3_keys(skb, &hash_keys); in fib_multipath_hash()
1930 hash_keys.addrs.v4addrs.src = fl4->saddr; in fib_multipath_hash()
1931 hash_keys.addrs.v4addrs.dst = fl4->daddr; in fib_multipath_hash()
1944 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash()
[all …]
/Linux-v5.4/net/ipv6/
Droute.c2330 struct flow_keys hash_keys; in rt6_multipath_hash() local
2335 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash()
2336 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
2338 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash()
2340 hash_keys.addrs.v6addrs.src = fl6->saddr; in rt6_multipath_hash()
2341 hash_keys.addrs.v6addrs.dst = fl6->daddr; in rt6_multipath_hash()
2342 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_hash()
2343 hash_keys.basic.ip_proto = fl6->flowi6_proto; in rt6_multipath_hash()
2355 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash()
2361 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
[all …]
/Linux-v5.4/arch/x86/crypto/
Daesni-intel_glue.c81 u8 hash_keys[GCM_BLOCK_LEN * 16]; member