函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:inet_csk_clear_xmit_timer

函数原型:static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what)

返回类型:void

参数:

类型参数名称
struct sock *sk
const intwhat
197  icsk等于inet_csk(sk)
199  如果what恒等于Retransmit timer what恒等于Zero window probe timer
200  icsk_pending等于0
204  否则如果what恒等于Delayed ack timer
205  Delayed ACK was blocked by socket lock 等于 ACK is pending 等于0
209  否则
210  pr_debug("inet_csk BUG: unknown timer value\n")