Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sysctl_mem values are in pages, we convert them in SK_MEM_QUANTUM units

Proto:static inline long sk_prot_mem_limits(const struct sock *sk, int index)

Type:long

Parameter:

TypeParameterName
const struct sock *sk
intindex
1396  val = sysctl_mem[index]
1399  val <<= PAGE_SHIFT determines the page size - SK_MEM_QUANTUM_SHIFT
1403  Return val