Searched refs:__skb_set_hash (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/linux/ |
D | skbuff.h | 1434 __skb_set_hash(struct sk_buff *skb, __u32 hash, bool is_sw, bool is_l4) in __skb_set_hash() function 1445 __skb_set_hash(skb, hash, false, type == PKT_HASH_TYPE_L4); in skb_set_hash() 1451 __skb_set_hash(skb, hash, true, is_l4); in __skb_set_sw_hash()
|
/Linux-v6.1/net/openvswitch/ |
D | datapath.c | 608 __skb_set_hash(packet, hash & 0xFFFFFFFFULL, in ovs_packet_cmd_execute()
|