Function report |
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 activity | Download SCCT | Chinese |
Name:Compute the actual rto_min value
Proto:static inline u32 tcp_rto_min(struct sock *sk)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |