Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:tcp_mib_init

Proto:static inline void tcp_mib_init(struct net *net)

Type:void

Parameter:

TypeParameterName
struct net *net
1505  TCP_ADD_STATS(net, TCP_MIB_RTOALGORITHM, 1)
1506  TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN * 1000 / HZ)
1507  TCP_ADD_STATS(net, TCP_MIB_RTOMAX, TCP_RTO_MAX * 1000 / HZ)
1508  TCP_ADD_STATS(net, TCP_MIB_MAXCONN, - 1)