Searched refs:hash_keys (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | route.c | 1898 struct flow_keys *hash_keys) in ip_multipath_l3_keys() argument 1938 struct flow_keys keys, hash_keys; in fib_multipath_custom_hash_outer() local 1943 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_custom_hash_outer() 1979 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_custom_hash_inner() 2027 struct flow_keys hash_keys; in fib_multipath_custom_hash_fl4() local 2032 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_custom_hash_fl4() 2053 struct flow_keys hash_keys; in fib_multipath_hash() local 2058 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash() 2078 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash() 2092 memset(&hash_keys, 0, sizeof(hash_keys)); in fib_multipath_hash() [all …]
|
| /linux-6.15/net/ipv6/ |
| H A D | route.c | 2389 struct flow_keys keys, hash_keys; in rt6_multipath_custom_hash_outer() local 2394 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_custom_hash_outer() 2420 struct flow_keys keys, hash_keys; in rt6_multipath_custom_hash_inner() local 2432 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_custom_hash_inner() 2480 struct flow_keys hash_keys; in rt6_multipath_custom_hash_fl6() local 2485 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_custom_hash_fl6() 2507 struct flow_keys hash_keys; in rt6_multipath_hash() local 2512 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash() 2533 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash() 2546 memset(&hash_keys, 0, sizeof(hash_keys)); in rt6_multipath_hash() [all …]
|