Home
last modified time | relevance | path

Searched refs:skb_get_hash (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/net/core/
Dflow_dissector.c356 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in __skb_tx_hash()
437 queue_index = map->queues[reciprocal_scale(skb_get_hash(skb), in get_xps_queue()
Ddev.c3097 flow_id = skb_get_hash(skb) & flow_table->mask; in set_rps_cpu()
3154 hash = skb_get_hash(skb); in get_rps_cpu()
3308 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
/linux-4.1.27/include/net/
Dudp.h209 hash = skb_get_hash(skb); in udp_flow_src_port()
Dipv6.h733 hash = skb_get_hash(skb); in ip6_make_flowlabel()
/linux-4.1.27/net/openvswitch/
Dvport.c456 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
Dactions.c715 hash = skb_get_hash(skb); in execute_hash()
/linux-4.1.27/drivers/net/
Dtun.c397 txq = skb_get_hash(skb); in tun_select_queue()
776 rxhash = skb_get_hash(skb); in tun_net_xmit()
1208 rxhash = skb_get_hash(skb); in tun_get_user()
Dmacvtap.c237 rxq = skb_get_hash(skb); in macvtap_get_queue()
Dxen-netfront.c507 hash = skb_get_hash(skb); in xennet_select_queue()
/linux-4.1.27/net/sched/
Dcls_flow.c221 return skb_get_hash(skb); in flow_get_rxhash()
Dem_meta.c225 dst->value = skb_get_hash(skb); in META_COLLECTOR()
Dsch_fq.c234 unsigned long hash = skb_get_hash(skb) & q->orphan_mask; in fq_classify()
/linux-4.1.27/net/packet/
Daf_packet.c991 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()
1279 return reciprocal_scale(skb_get_hash(skb), num); in fanout_demux_hash()
/linux-4.1.27/include/linux/
Dskbuff.h924 static inline __u32 skb_get_hash(struct sk_buff *skb) in skb_get_hash() function