flow_hash_from_keys  320 include/net/flow_dissector.h u32 flow_hash_from_keys(struct flow_keys *keys);
flow_hash_from_keys 1511 net/core/flow_dissector.c EXPORT_SYMBOL(flow_hash_from_keys);
flow_hash_from_keys 1684 net/core/flow_dissector.c 	return flow_hash_from_keys(keys);
flow_hash_from_keys 1998 net/ipv4/route.c 	mhash = flow_hash_from_keys(&hash_keys);
flow_hash_from_keys 2438 net/ipv6/route.c 	mhash = flow_hash_from_keys(&hash_keys);
flow_hash_from_keys  659 net/sched/sch_cake.c 		dsthost_hash = flow_hash_from_keys(&host_keys);
flow_hash_from_keys  662 net/sched/sch_cake.c 		srchost_hash = flow_hash_from_keys(&host_keys);
flow_hash_from_keys  668 net/sched/sch_cake.c 		dsthost_hash = flow_hash_from_keys(&host_keys);
flow_hash_from_keys  672 net/sched/sch_cake.c 		srchost_hash = flow_hash_from_keys(&host_keys);
flow_hash_from_keys  684 net/sched/sch_cake.c 		flow_hash = flow_hash_from_keys(&keys);