Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnft_hash.c54 h = reciprocal_scale(__skb_get_hash_symmetric(skb), priv->modulus); in nft_symhash_eval()
/linux-6.3-rc2/Documentation/bpf/
A Dprog_flow_dissector.rst116 ``___skb_get_hash`` and ``__skb_get_hash_symmetric`` to get flow hash.
/linux-6.3-rc2/drivers/net/
A Dtun.c531 txq = __skb_get_hash_symmetric(skb); in tun_automq_select_queue()
1049 rxhash = __skb_get_hash_symmetric(skb); in tun_automq_xmit()
1935 rxhash = __skb_get_hash_symmetric(skb); in tun_get_user()
2509 rxhash = __skb_get_hash_symmetric(skb); in tun_xdp_one()
/linux-6.3-rc2/net/core/
A Dflow_dissector.c1735 u32 __skb_get_hash_symmetric(const struct sk_buff *skb) in __skb_get_hash_symmetric() function
1748 EXPORT_SYMBOL_GPL(__skb_get_hash_symmetric);
/linux-6.3-rc2/include/linux/
A Dskbuff.h1465 u32 __skb_get_hash_symmetric(const struct sk_buff *skb);
/linux-6.3-rc2/net/packet/
A Daf_packet.c1364 return reciprocal_scale(__skb_get_hash_symmetric(skb), num); in fanout_demux_hash()

Completed in 32 milliseconds