Home
last modified time | relevance | path

Searched refs:hash_keys (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c1888 struct flow_keys *hash_keys) in ip_multipath_l3_keys()
1919 hash_keys->addrs.v4addrs.src = key_iph->saddr; in ip_multipath_l3_keys()
1920 hash_keys->addrs.v4addrs.dst = key_iph->daddr; in ip_multipath_l3_keys()
1928 struct flow_keys keys, hash_keys; in fib_multipath_custom_hash_outer() local
1933 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_custom_hash_outer()
1936 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_custom_hash_outer()
1938 hash_keys.addrs.v4addrs.src = keys.addrs.v4addrs.src; in fib_multipath_custom_hash_outer()
1940 hash_keys.addrs.v4addrs.dst = keys.addrs.v4addrs.dst; in fib_multipath_custom_hash_outer()
1942 hash_keys in fib_multipath_custom_hash_outer()
1887 ip_multipath_l3_keys(const struct sk_buff *skb, struct flow_keys *hash_keys) ip_multipath_l3_keys() argument
1957 struct flow_keys keys, hash_keys; fib_multipath_custom_hash_inner() local
2017 struct flow_keys hash_keys; fib_multipath_custom_hash_fl4() local
2043 struct flow_keys hash_keys; fib_multipath_hash() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c1927 struct flow_keys *hash_keys) in ip_multipath_l3_keys()
1958 hash_keys->addrs.v4addrs.src = key_iph->saddr; in ip_multipath_l3_keys()
1959 hash_keys->addrs.v4addrs.dst = key_iph->daddr; in ip_multipath_l3_keys()
1967 struct flow_keys hash_keys; in fib_multipath_hash() local
1972 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash()
1973 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash()
1975 ip_multipath_l3_keys(skb, &hash_keys); in fib_multipath_hash()
1977 hash_keys.addrs.v4addrs.src = fl4->saddr; in fib_multipath_hash()
1978 hash_keys in fib_multipath_hash()
1926 ip_multipath_l3_keys(const struct sk_buff *skb, struct flow_keys *hash_keys) ip_multipath_l3_keys() argument
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c2342 struct flow_keys keys, hash_keys; in rt6_multipath_custom_hash_outer() local
2347 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_custom_hash_outer()
2350 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_custom_hash_outer()
2352 hash_keys.addrs.v6addrs.src = keys.addrs.v6addrs.src; in rt6_multipath_custom_hash_outer()
2354 hash_keys.addrs.v6addrs.dst = keys.addrs.v6addrs.dst; in rt6_multipath_custom_hash_outer()
2356 hash_keys.basic.ip_proto = keys.basic.ip_proto; in rt6_multipath_custom_hash_outer()
2358 hash_keys.tags.flow_label = keys.tags.flow_label; in rt6_multipath_custom_hash_outer()
2360 hash_keys.ports.src = keys.ports.src; in rt6_multipath_custom_hash_outer()
2362 hash_keys in rt6_multipath_custom_hash_outer()
2373 struct flow_keys keys, hash_keys; rt6_multipath_custom_hash_inner() local
2433 struct flow_keys hash_keys; rt6_multipath_custom_hash_fl6() local
2460 struct flow_keys hash_keys; rt6_multipath_hash() local
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c2349 struct flow_keys hash_keys; in rt6_multipath_hash() local
2354 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash()
2355 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
2357 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash()
2359 hash_keys.addrs.v6addrs.src = fl6->saddr; in rt6_multipath_hash()
2360 hash_keys.addrs.v6addrs.dst = fl6->daddr; in rt6_multipath_hash()
2361 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_hash()
2362 hash_keys.basic.ip_proto = fl6->flowi6_proto; in rt6_multipath_hash()
2374 memset(&hash_keys, in rt6_multipath_hash()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_glue.c81 u8 hash_keys[GCM_BLOCK_LEN * 16]; member
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_glue.c80 u8 hash_keys[GCM_BLOCK_LEN * 16]; member

Completed in 37 milliseconds