函数逻辑报告 |
Source Code:include\net\inet_connection_sock.h |
Create Date:2022-07-27 07:07:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Reset the retransmission timer
函数原型:static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what, unsigned long when, const unsigned long max_when)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sock * | sk | |
const int | what | |
unsigned long | when | |
const unsigned long | max_when |
229 | 如果what恒等于Retransmit timer 或what恒等于Zero window probe timer 或what恒等于Early retransmit timer 或what恒等于Tail loss probe timer 或what恒等于Reordering timer 则 |
232 | icsk_pending等于what |
233 | icsk_timeout等于jiffies加when |
235 | 否则如果what恒等于Delayed ack timer 则 |
236 | ACK is pending 或等于ICSK_ACK_TIMER |
239 | 否则 |
240 | pr_debug("inet_csk BUG: unknown timer value\n") |
名称 | 描述 |
---|---|
tcp_reset_xmit_timer |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |