Lines Matching refs:flkeys
1959 struct flow_keys *flkeys) in ip6_multipath_l3_keys() argument
1963 struct flow_keys *_flkeys = flkeys; in ip6_multipath_l3_keys()
2007 const struct sk_buff *skb, struct flow_keys *flkeys) in rt6_multipath_hash() argument
2017 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash()
2036 if (!flkeys) { in rt6_multipath_hash()
2038 flkeys = &keys; in rt6_multipath_hash()
2041 hash_keys.addrs.v6addrs.src = flkeys->addrs.v6addrs.src; in rt6_multipath_hash()
2042 hash_keys.addrs.v6addrs.dst = flkeys->addrs.v6addrs.dst; in rt6_multipath_hash()
2043 hash_keys.ports.src = flkeys->ports.src; in rt6_multipath_hash()
2044 hash_keys.ports.dst = flkeys->ports.dst; in rt6_multipath_hash()
2045 hash_keys.basic.ip_proto = flkeys->basic.ip_proto; in rt6_multipath_hash()
2076 struct flow_keys *flkeys = NULL, _flkeys; in ip6_route_input() local
2083 flkeys = &_flkeys; in ip6_route_input()
2086 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys); in ip6_route_input()