Searched refs:hash_keys (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | route.c | 1788 struct flow_keys *hash_keys) in ip_multipath_l3_keys() argument 1822 hash_keys->addrs.v4addrs.src = key_iph->saddr; in ip_multipath_l3_keys() 1823 hash_keys->addrs.v4addrs.dst = key_iph->daddr; in ip_multipath_l3_keys() 1830 struct flow_keys hash_keys; in fib_multipath_hash() local 1835 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash() 1836 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash() 1838 ip_multipath_l3_keys(skb, &hash_keys); in fib_multipath_hash() 1840 hash_keys.addrs.v4addrs.src = fl4->saddr; in fib_multipath_hash() 1841 hash_keys.addrs.v4addrs.dst = fl4->daddr; in fib_multipath_hash() 1854 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash() [all …]
|
/Linux-v4.19/net/ipv6/ |
D | route.c | 2009 struct flow_keys hash_keys; in rt6_multipath_hash() local 2014 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash() 2015 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() 2017 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash() 2019 hash_keys.addrs.v6addrs.src = fl6->saddr; in rt6_multipath_hash() 2020 hash_keys.addrs.v6addrs.dst = fl6->daddr; in rt6_multipath_hash() 2021 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_hash() 2022 hash_keys.basic.ip_proto = fl6->flowi6_proto; in rt6_multipath_hash() 2034 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash() 2040 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() [all …]
|
/Linux-v4.19/arch/x86/crypto/ |
D | aesni-intel_glue.c | 87 u8 hash_keys[GCM_BLOCK_LEN * 8]; member
|