Home
last modified time | relevance | path

Searched refs:___skb_get_hash (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c1545 static inline u32 ___skb_get_hash(const struct sk_buff *skb, in ___skb_get_hash() function
1615 hash = ___skb_get_hash(skb, &keys, &hashrnd); in __skb_get_hash()
1626 return ___skb_get_hash(skb, &keys, perturb); in skb_get_hash_perturb()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dprog_flow_dissector.rst116 ``___skb_get_hash`` and ``__skb_get_hash_symmetric`` to get flow hash.