Home
last modified time | relevance | path

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

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