Searched refs:hash_keys (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/ |
D | route.c | 1908 struct flow_keys *hash_keys) in ip_multipath_l3_keys() argument 1942 hash_keys->addrs.v4addrs.src = key_iph->saddr; in ip_multipath_l3_keys() 1943 hash_keys->addrs.v4addrs.dst = key_iph->daddr; in ip_multipath_l3_keys() 1951 struct flow_keys hash_keys; in fib_multipath_hash() local 1956 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash() 1957 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash() 1959 ip_multipath_l3_keys(skb, &hash_keys); in fib_multipath_hash() 1961 hash_keys.addrs.v4addrs.src = fl4->saddr; in fib_multipath_hash() 1962 hash_keys.addrs.v4addrs.dst = fl4->daddr; in fib_multipath_hash() 1975 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash() [all …]
|
/net/ipv6/ |
D | route.c | 2368 struct flow_keys hash_keys; in rt6_multipath_hash() local 2373 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash() 2374 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() 2376 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash() 2378 hash_keys.addrs.v6addrs.src = fl6->saddr; in rt6_multipath_hash() 2379 hash_keys.addrs.v6addrs.dst = fl6->daddr; in rt6_multipath_hash() 2380 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_hash() 2381 hash_keys.basic.ip_proto = fl6->flowi6_proto; in rt6_multipath_hash() 2393 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash() 2399 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() [all …]
|