Lines Matching defs:list

110 /* Ordered list of LSMs to initialize. */
154 /* Is an LSM already listed in the ordered LSMs list? */
166 /* Append an LSM to the list of ordered LSMs to initialize. */
268 * Current index to use while initializing the lsm id list.
273 /* Populate ordered LSMs list from comma-separated LSM name list. */
308 /* Walk the list, looking for matching LSMs. */
341 /* Disable all LSMs not in the ordered list. */
501 static bool match_last_lsm(const char *list, const char *lsm)
505 if (WARN_ON(!list || !lsm))
507 last = strrchr(list, ',');
512 last = list;
564 hlist_add_tail_rcu(&hooks[i].list, hooks[i].head);
848 * Hook list operation macros.
861 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) \
870 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) { \
1124 hlist_for_each_entry(hp, &security_hook_heads.vm_enough_memory, list) {
1183 * the preceding creds_for_exec call. The argv list and envp list are reliably
1277 list) {
1512 list) {
1727 list) {
2437 * Check permission before obtaining the list of extended attribute names for
3536 hlist_for_each_entry(hp, &security_hook_heads.task_prctl, list) {
3981 hlist_for_each_entry(hp, &security_hook_heads.getselfattr, list) {
4059 hlist_for_each_entry(hp, &security_hook_heads.setselfattr, list)
4086 hlist_for_each_entry(hp, &security_hook_heads.getprocattr, list) {
4110 hlist_for_each_entry(hp, &security_hook_heads.setprocattr, list) {
4913 * security_sctp_bind_connect() - Validate a list of addrs for a SCTP option
4916 * @address: list of IP addresses to validate
4917 * @addrlen: length of the address list
5213 list) {