Home
last modified time | relevance | path

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

/kernel/linux/common_modules/qos_auth/auth_ctl/
Dauth_ctrl.c359 static auth_manipulate_func auth_func_array[AUTH_MAX_NR] = { variable
383 if (auth_func_array[type]) in do_auth_manipulate()
384 ret = (long)(*auth_func_array[type])(data); in do_auth_manipulate()