Home
last modified time | relevance | path

Searched refs:skb_get_hash_raw (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/net/core/
H A Dgro.c325 u32 hash = skb_get_hash_raw(skb); in gro_list_prepare()
333 if (hash != skb_get_hash_raw(p)) { in gro_list_prepare()
436 u32 bucket = skb_get_hash_raw(skb) & (GRO_HASH_BUCKETS - 1); in dev_gro_receive()
H A Dflow_dissector.c486 key->hash = skb_get_hash_raw(skb); in skb_flow_dissect_hash()
/openbmc/linux/drivers/net/xen-netback/
H A Dinterface.c198 return skb_get_hash_raw(skb) % dev->real_num_tx_queues; in xenvif_select_queue()
201 [skb_get_hash_raw(skb) % size]; in xenvif_select_queue()
H A Drx.c319 *(uint32_t *)extra->u.hash.value = skb_get_hash_raw(skb); in xenvif_rx_next_skb()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c187 tbl_idx = skb_get_hash_raw(skb) & ENIC_RFS_FLW_MASK; in enic_rx_flow_steer()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c438 idx = skb_get_hash_raw(skb) & ICE_ARFS_LST_MASK; in ice_rx_flow_steer()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c461 tbl_idx = skb_get_hash_raw(skb) & QEDE_RFS_FLW_MASK; in qede_rx_flow_steer()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c552 hash = skb_get_hash_raw(skb); in netvsc_xmit()
/openbmc/linux/net/openvswitch/
H A Ddatapath.c551 hash = skb_get_hash_raw(skb); in queue_userspace_packet()
/openbmc/linux/include/linux/
H A Dskbuff.h1571 static inline __u32 skb_get_hash_raw(const struct sk_buff *skb) in skb_get_hash_raw() function
/openbmc/linux/net/ipv4/
H A Droute.c2058 return skb_get_hash_raw(skb) >> 1; in fib_multipath_hash()
/openbmc/linux/net/ipv6/
H A Droute.c2488 return skb_get_hash_raw(skb) >> 1; in rt6_multipath_hash()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c12983 idx = skb_get_hash_raw(skb) & BNXT_NTP_FLTR_HASH_MASK; in bnxt_rx_flow_steer()