Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Compute the actual rto_min value

Proto:static inline u32 tcp_rto_min(struct sock *sk)

Type:u32

Parameter:

TypeParameterName
struct sock *sk
697  dst = __sk_dst_get(sk)
698  rto_min = TCP_RTO_MIN
700  If dst && dst_metric_locked(dst, RTAX_RTO_MIN) Then rto_min = RTT metrics are stored in milliseconds for user ABI, but used as jiffies
702  Return rto_min