函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\tcp.h Create Date:2022-07-27 07:40:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:tcp_segs_in

函数原型:static inline void tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb)

返回类型:void

参数:

类型参数名称
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  如果len大于tcp_hdrlen(skb)则 RFC4898 tcpEStatsPerfDataSegsIn * total number of data segments in.加等于segs_in