Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_skip

Proto:static int __init do_skip(void)

Type:int

Parameter:Nothing

276  If this_header + byte_count < next_header Then
277  eat(byte_count)
278  Return 1
279  Else
280  eat(next_header - this_header)
281  state = FSM
282  Return 0