Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_hash.c54 h = reciprocal_scale(__skb_get_hash_symmetric(skb), priv->modulus); in nft_symhash_eval()
/openbmc/linux/Documentation/bpf/
H A Dprog_flow_dissector.rst116 ``___skb_get_hash`` and ``__skb_get_hash_symmetric`` to get flow hash.
/openbmc/linux/drivers/net/
H A Dtun.c531 txq = __skb_get_hash_symmetric(skb); in tun_automq_select_queue()
1050 rxhash = __skb_get_hash_symmetric(skb); in tun_automq_xmit()
1948 rxhash = __skb_get_hash_symmetric(skb); in tun_get_user()
2535 rxhash = __skb_get_hash_symmetric(skb); in tun_xdp_one()
/openbmc/linux/net/core/
H A Dflow_dissector.c1836 u32 __skb_get_hash_symmetric(const struct sk_buff *skb) in __skb_get_hash_symmetric() function
1848 EXPORT_SYMBOL_GPL(__skb_get_hash_symmetric);
/openbmc/linux/net/openvswitch/
H A Dactions.c1095 hash = __skb_get_hash_symmetric(skb); in execute_hash()
/openbmc/linux/include/linux/
H A Dskbuff.h1469 u32 __skb_get_hash_symmetric(const struct sk_buff *skb);
/openbmc/linux/net/packet/
H A Daf_packet.c1414 return reciprocal_scale(__skb_get_hash_symmetric(skb), num); in fanout_demux_hash()