Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\sock.h Create Date:2022-07-28 06:09:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dst_negative_advice

Proto:static inline void dst_negative_advice(struct sock *sk)

Type:void

Parameter:

TypeParameterName
struct sock *sk
1890  dst = __sk_dst_get(sk)
1892  sk_rethink_txhash(sk)
1894  If dst && negative_advice Then
1895  ndst = negative_advice(dst)
1897  If ndst != dst Then