Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched.h Create Date:2022-07-28 05:59:41
Last Modify:2021-07-28 10:30:23 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:task_ppid_nr

Proto:static inline pid_t task_ppid_nr(const struct task_struct *tsk)

Type:pid_t

Parameter:

TypeParameterName
const struct task_struct *tsk
1404  Return task_ppid_nr_ns(tsk, & init_pid_ns)
Caller
NameDescribe
audit_log_task_info
audit_filter_rulesCompare a task_struct with an audit_rule. Return 1 on match, 0* otherwise.* If task_creation is true, this is an explicit indication that we are* filtering a task rule at task creation time. This and tsk == current are