Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:tcp_segs_in

Proto:static inline void tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb)

Type:void

Parameter:

TypeParameterName
struct tcp_sock *tp
const struct sk_buff *skb
2115  segs_in = max_t - return maximum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(u16, 1, Warning: this field is not always filled in (UFO)! )
2116  RFC4898 tcpEStatsPerfSegsIn * total number of segments in. += segs_in
2117  If len > tcp_hdrlen(skb) Then RFC4898 tcpEStatsPerfDataSegsIn * total number of data segments in. += segs_in