Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:inet_csk_clear_xmit_timer

Proto:static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what)

Type:void

Parameter:

TypeParameterName
struct sock *sk
const intwhat
197  icsk = inet_csk(sk)
199  If what == Retransmit timer || what == Zero window probe timer Then
200  icsk_pending = 0
204  Else if what == Delayed ack timer Then
205  Delayed ACK was blocked by socket lock = ACK is pending = 0
209  Else
210  pr_debug("inet_csk BUG: unknown timer value\n")