Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dflow.h193 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys);
/linux-6.6.21/net/core/
Dflow_dissector.c1942 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys) in __get_hash_from_flowi6() function
1959 EXPORT_SYMBOL(__get_hash_from_flowi6);
/linux-6.6.21/include/linux/
Dskbuff.h1565 __u32 hash = __get_hash_from_flowi6(fl6, &keys); in skb_get_hash_flowi6()