Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dskbuff.h1508 __skb_set_hash(struct sk_buff *skb, __u32 hash, bool is_sw, bool is_l4) in __skb_set_hash() function
1519 __skb_set_hash(skb, hash, false, type == PKT_HASH_TYPE_L4); in skb_set_hash()
1525 __skb_set_hash(skb, hash, true, is_l4); in __skb_set_sw_hash()
/linux-6.15/net/openvswitch/
H A Ddatapath.c631 __skb_set_hash(packet, hash & 0xFFFFFFFFULL, in ovs_packet_cmd_execute()