Function report |
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 activity | Download SCCT | Chinese |
Name:inet_csk_clear_xmit_timer
Proto:static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sock * | sk | |
const int | what |
199 | If what == Retransmit timer || what == Zero window probe timer Then |
200 | icsk_pending = 0 |
204 | Else if what == Delayed ack timer Then |
209 | Else |
210 | pr_debug("inet_csk BUG: unknown timer value\n") |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |