Searched refs:flkeys (Results 1 – 3 of 3) sorted by relevance
2298 struct flow_keys *flkeys) in ip6_multipath_l3_keys() argument2302 struct flow_keys *_flkeys = flkeys; in ip6_multipath_l3_keys()2343 const struct sk_buff *skb, struct flow_keys *flkeys) in rt6_multipath_hash() argument2353 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash()2372 if (!flkeys) { in rt6_multipath_hash()2374 flkeys = &keys; in rt6_multipath_hash()2377 hash_keys.addrs.v6addrs.src = flkeys->addrs.v6addrs.src; in rt6_multipath_hash()2378 hash_keys.addrs.v6addrs.dst = flkeys->addrs.v6addrs.dst; in rt6_multipath_hash()2379 hash_keys.ports.src = flkeys->ports.src; in rt6_multipath_hash()2380 hash_keys.ports.dst = flkeys->ports.dst; in rt6_multipath_hash()[all …]
1962 const struct sk_buff *skb, struct flow_keys *flkeys) in fib_multipath_hash() argument1991 if (!flkeys) { in fib_multipath_hash()1993 flkeys = &keys; in fib_multipath_hash()1997 hash_keys.addrs.v4addrs.src = flkeys->addrs.v4addrs.src; in fib_multipath_hash()1998 hash_keys.addrs.v4addrs.dst = flkeys->addrs.v4addrs.dst; in fib_multipath_hash()1999 hash_keys.ports.src = flkeys->ports.src; in fib_multipath_hash()2000 hash_keys.ports.dst = flkeys->ports.dst; in fib_multipath_hash()2001 hash_keys.basic.ip_proto = flkeys->basic.ip_proto; in fib_multipath_hash()2142 struct flow_keys *flkeys = NULL, _flkeys; in ip_route_input_slow() local2211 flkeys = &_flkeys; in ip_route_input_slow()[all …]
348 struct flow_keys flkeys; in __fib_validate_source() local370 if (!fib4_rules_early_flow_dissect(net, skb, &fl4, &flkeys)) { in __fib_validate_source()