Function report |
Source Code:include\net\tcp.h |
Create Date:2022-07-28 06:42:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Variant of inet_csk_rto_backoff() used for zero window probes
Proto:static inline unsigned long tcp_probe0_when(const struct sock *sk, unsigned long max_when)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sock * | sk | |
unsigned long | max_when |
1315 | when = Something is really bad, we could not queue an additional packet,* because qdisc is full or receiver sent a 0 window, or we are paced << icsk_backoff |
1317 | Return min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(u64, when, max_when) |
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 |