Searched refs:match_opt_prefix (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/smack/ |
H A D | smack_lsm.c | 70 static int match_opt_prefix(char *s, int l, char **arg) in match_opt_prefix() function 727 token = match_opt_prefix(from, len, &arg); in smack_sb_eat_lsm_opts()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 82 static int match_opt_prefix(char *s, int l, char **arg) in match_opt_prefix() function 754 token = match_opt_prefix(from, len, &arg); in smack_sb_eat_lsm_opts()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 390 static int match_opt_prefix(char *s, int l, char **arg) in match_opt_prefix() function 2616 token = match_opt_prefix(from, len, &arg); in selinux_sb_eat_lsm_opts()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 402 static int match_opt_prefix(char *s, int l, char **arg) in match_opt_prefix() function 2587 token = match_opt_prefix(from, len, &arg); in selinux_sb_eat_lsm_opts()
|
Completed in 40 milliseconds