Home
last modified time | relevance | path

Searched refs:__skb_get_hash_symmetric (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_hash.c54 h = reciprocal_scale(__skb_get_hash_symmetric(skb), priv->modulus); in nft_symhash_eval()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dprog_flow_dissector.rst116 ``___skb_get_hash`` and ``__skb_get_hash_symmetric`` to get flow hash.
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c1584 u32 __skb_get_hash_symmetric(const struct sk_buff *skb) in __skb_get_hash_symmetric() function
1597 EXPORT_SYMBOL_GPL(__skb_get_hash_symmetric);
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c543 txq = __skb_get_hash_symmetric(skb); in tun_automq_select_queue()
1061 rxhash = __skb_get_hash_symmetric(skb); in tun_automq_xmit()
1973 rxhash = __skb_get_hash_symmetric(skb); in tun_get_user()
2540 rxhash = __skb_get_hash_symmetric(skb); in tun_xdp_one()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h1302 u32 __skb_get_hash_symmetric(const struct sk_buff *skb);
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c1328 return reciprocal_scale(__skb_get_hash_symmetric(skb), num); in fanout_demux_hash()