Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Droute.c1905 struct flow_keys *hash_keys) in ip_multipath_l3_keys() argument
1936 hash_keys->addrs.v4addrs.src = key_iph->saddr; in ip_multipath_l3_keys()
1937 hash_keys->addrs.v4addrs.dst = key_iph->daddr; in ip_multipath_l3_keys()
1945 struct flow_keys keys, hash_keys; in fib_multipath_custom_hash_outer() local
1950 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_custom_hash_outer()
1953 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_custom_hash_outer()
1955 hash_keys.addrs.v4addrs.src = keys.addrs.v4addrs.src; in fib_multipath_custom_hash_outer()
1957 hash_keys.addrs.v4addrs.dst = keys.addrs.v4addrs.dst; in fib_multipath_custom_hash_outer()
1959 hash_keys in fib_multipath_custom_hash_outer()
1974 struct flow_keys keys, hash_keys; fib_multipath_custom_hash_inner() local
2034 struct flow_keys hash_keys; fib_multipath_custom_hash_fl4() local
2064 struct flow_keys hash_keys; fib_multipath_hash() local
[all...]
/linux/net/ipv6/
H A Droute.c2392 struct flow_keys keys, hash_keys; in rt6_multipath_custom_hash_outer() local
2397 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_custom_hash_outer()
2400 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_custom_hash_outer()
2402 hash_keys.addrs.v6addrs.src = keys.addrs.v6addrs.src; in rt6_multipath_custom_hash_outer()
2404 hash_keys.addrs.v6addrs.dst = keys.addrs.v6addrs.dst; in rt6_multipath_custom_hash_outer()
2406 hash_keys.basic.ip_proto = keys.basic.ip_proto; in rt6_multipath_custom_hash_outer()
2408 hash_keys.tags.flow_label = keys.tags.flow_label; in rt6_multipath_custom_hash_outer()
2410 hash_keys.ports.src = keys.ports.src; in rt6_multipath_custom_hash_outer()
2412 hash_keys in rt6_multipath_custom_hash_outer()
2423 struct flow_keys keys, hash_keys; rt6_multipath_custom_hash_inner() local
2483 struct flow_keys hash_keys; rt6_multipath_custom_hash_fl6() local
2514 struct flow_keys hash_keys; rt6_multipath_hash() local
[all...]