Home
last modified time | relevance | path

Searched refs:check_authorized (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/common_modules/qos_auth/include/
Drtg_auth.h30 bool check_authorized(unsigned int func_id, unsigned int type);
Dqos_auth.h30 bool check_authorized(unsigned int func_id, unsigned int type);
Dauth_ctrl.h118 bool check_authorized(unsigned int func_id, unsigned int type);
/kernel/linux/common_modules/qos_auth/auth_ctl/
Dauth_ctrl.c520 bool check_authorized(unsigned int func_id, unsigned int type) in check_authorized() function
Dqos_ctrl.c674 if (!check_authorized(func_cmd, QOS_AUTH_FLAG)) { in do_qos_ctrl_ioctl()
/kernel/linux/linux-5.10/kernel/sched/rtg/
Drtg_ctrl.c917 authorized = check_authorized(func_id, RTG_AUTH_FLAG); in do_proc_rtg_ioctl()