函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Variant of inet_csk_rto_backoff() used for zero window probes

函数原型:static inline unsigned long tcp_probe0_when(const struct sock *sk, unsigned long max_when)

返回类型:unsigned long

参数:

类型参数名称
const struct sock *sk
unsigned longmax_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  返回: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)