Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\skbuff.h Create Date:2022-07-28 05:52:17
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:skb_get_hash_flowi6

Proto:static inline __u32 skb_get_hash_flowi6(struct sk_buff *skb, const struct flowi6 *fl6)

Type:__u32

Parameter:

TypeParameterName
struct sk_buff *skb
const struct flowi6 *fl6
1347  If Not l4_hash && Not sw_hash Then
1349  hash = __get_hash_from_flowi6(fl6, & keys)
1351  __skb_set_sw_hash(skb, hash, flow_keys_have_l4( & keys))
1354  Return hash