函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fastopen_queue_tune

函数原型:static inline void fastopen_queue_tune(struct sock *sk, int backlog)

返回类型:void

参数:

类型参数名称
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)