Searched refs:skb_get_hash (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/net/openvswitch/
H A Dvport.c408 * Uses the skb_get_hash() to select the upcall portid to send the
424 hash = skb_get_hash(skb); ovs_vport_find_upcall_portid()
H A Dactions.c881 hash = skb_get_hash(skb); execute_hash()
/linux-4.4.14/include/net/
H A Dudp.h209 hash = skb_get_hash(skb); udp_flow_src_port()
/linux-4.4.14/net/sched/
H A Dcls_flow.c234 return skb_get_hash(skb); flow_get_rxhash()
H A Dem_meta.c225 dst->value = skb_get_hash(skb); META_COLLECTOR()
H A Dsch_fq.c237 unsigned long hash = skb_get_hash(skb) & q->orphan_mask; fq_classify()
/linux-4.4.14/drivers/net/
H A Dtun.c451 txq = skb_get_hash(skb); tun_select_queue()
831 rxhash = skb_get_hash(skb); tun_net_xmit()
1262 rxhash = skb_get_hash(skb); tun_get_user()
H A Dmacvtap.c292 rxq = skb_get_hash(skb); macvtap_get_queue()
H A Dxen-netfront.c553 hash = skb_get_hash(skb); xennet_select_queue()
/linux-4.4.14/net/core/
H A Ddev.c2398 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; __skb_tx_hash()
2986 queue_index = map->queues[reciprocal_scale(skb_get_hash(skb), get_xps_queue()
3251 flow_id = skb_get_hash(skb) & flow_table->mask; set_rps_cpu()
3308 hash = skb_get_hash(skb); get_rps_cpu()
3462 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); skb_flow_limit()
/linux-4.4.14/net/packet/
H A Daf_packet.c988 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); prb_fill_rxhash()
1331 rxhash = skb_get_hash(skb); fanout_flow_is_huge()
1344 return reciprocal_scale(skb_get_hash(skb), num); fanout_demux_hash()
/linux-4.4.14/include/linux/
H A Dskbuff.h1034 static inline __u32 skb_get_hash(struct sk_buff *skb) skb_get_hash() function

Completed in 400 milliseconds