Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:The next routines deal with comparing 32 bit unsigned ints* and worry about wraparound (automatic with unsigned arithmetic).

Proto:static inline bool before(__u32 seq1, __u32 seq2)

Type:bool

Parameter:

TypeParameterName
__u32seq1
__u32seq2
270  Return seq1 - seq2 < 0