Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
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  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)