Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgro.c346 u32 hash = skb_get_hash_raw(skb); in gro_list_prepare()
352 if (hash != skb_get_hash_raw(p)) { in gro_list_prepare()
463 u32 bucket = skb_get_hash_raw(skb) & (GRO_HASH_BUCKETS - 1); in dev_gro_receive()
H A Dflow_dissector.c510 key->hash = skb_get_hash_raw(skb); in skb_flow_dissect_hash()
/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()
/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()
/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()
/linux/net/openvswitch/
H A Ddatapath.c570 hash = skb_get_hash_raw(skb); in queue_userspace_packet()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c519 hash = skb_get_hash_raw(skb); in netvsc_xmit()
/linux/include/linux/
H A Dskbuff.h1635 static inline __u32 skb_get_hash_raw(const struct sk_buff *skb) in skb_get_hash_raw() function
/linux/net/ipv4/
H A Droute.c2087 return skb_get_hash_raw(skb) >> 1; in fib_multipath_hash()
/linux/net/ipv6/
H A Droute.c2538 return skb_get_hash_raw(skb) >> 1; in rt6_multipath_hash()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c15370 return skb_get_hash_raw(skb) & BNXT_NTP_FLTR_HASH_MASK; in bnxt_get_ntp_filter_idx()