Home
last modified time | relevance | path

Searched refs:__skb_set_hash (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dskbuff.h1504 __skb_set_hash(struct sk_buff *skb, __u32 hash, bool is_sw, bool is_l4) in __skb_set_hash() function
1515 __skb_set_hash(skb, hash, false, type == PKT_HASH_TYPE_L4); in skb_set_hash()
1521 __skb_set_hash(skb, hash, true, is_l4); in __skb_set_sw_hash()
/linux/net/openvswitch/
H A Ddatapath.c651 __skb_set_hash(packet, hash & 0xFFFFFFFFULL, in ovs_packet_cmd_execute()