Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_bpf_init

Proto:static int __init test_bpf_init(void)

Type:int

Parameter:Nothing

7037  ret = prepare_bpf_tests()
7038  If ret < 0 Then Return ret
7041  ret = test_bpf()
7042  destroy_bpf_tests()
7043  If ret Then Return ret
7046  Return test_skb_segment()