Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\tcp.h Create Date:2022-07-28 06:10:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fastopen_queue_tune

Proto:static inline void fastopen_queue_tune(struct sock *sk, int backlog)

Type:void

Parameter:

TypeParameterName
struct sock *sk
intbacklog
456  queue = icsk_accept_queue
457  somaxconn = READ_ONCE(sysctl_somaxconn)
459  != 0 iff TFO is currently enabled = min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(unsignedint, backlog, somaxconn)