Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_clsf.c185 tbl_idx = skb_get_hash_raw(skb) & ENIC_RFS_FLW_MASK; in enic_rx_flow_steer()
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c465 hash = skb_get_hash_raw(skb); in netvsc_start_xmit()
/linux-4.1.27/include/linux/
Dskbuff.h932 static inline __u32 skb_get_hash_raw(const struct sk_buff *skb) in skb_get_hash_raw() function
/linux-4.1.27/net/core/
Ddev.c3971 u32 hash = skb_get_hash_raw(skb); in gro_list_prepare()
3978 if (hash != skb_get_hash_raw(p)) { in gro_list_prepare()