Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\inode.c Create Date:2022-07-28 13:06:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_init

Proto:static int __init bpf_init(void)

Type:int

Parameter:Nothing

693  ret = sysfs_create_mount_point(/sys/fs , "bpf")
694  If ret Then Return ret
697  ret = register_filesystem( & bpf_fs_type)
698  If ret Then sysfs_remove_mount_point(/sys/fs , "bpf")
701  Return ret