Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dflow.h218 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys);
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c1701 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys) in __get_hash_from_flowi6() function
1718 EXPORT_SYMBOL(__get_hash_from_flowi6);
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h1394 __u32 hash = __get_hash_from_flowi6(fl6, &keys); in skb_get_hash_flowi6()