Home
last modified time | relevance | path

Searched refs:__get_hash_from_flowi6 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dflow.h193 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys);
/openbmc/linux/net/core/
H A Dflow_dissector.c1952 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys) in __get_hash_from_flowi6() function
1969 EXPORT_SYMBOL(__get_hash_from_flowi6);
/openbmc/linux/include/linux/
H A Dskbuff.h1560 __u32 hash = __get_hash_from_flowi6(fl6, &keys); in skb_get_hash_flowi6()