Lines Matching refs:LSM_RET_DEFAULT
741 * LSM_RET_DEFAULT(<hook_name>)
746 #define LSM_RET_DEFAULT(NAME) (NAME##_default)
749 static const int __maybe_unused LSM_RET_DEFAULT(NAME) = (DEFAULT);
1566 if (rc != LSM_RET_DEFAULT(dentry_init_security))
1569 return LSM_RET_DEFAULT(dentry_init_security);
2412 return LSM_RET_DEFAULT(inode_getsecurity);
2419 if (rc != LSM_RET_DEFAULT(inode_getsecurity))
2422 return LSM_RET_DEFAULT(inode_getsecurity);
2447 return LSM_RET_DEFAULT(inode_setsecurity);
2454 if (rc != LSM_RET_DEFAULT(inode_setsecurity))
2457 return LSM_RET_DEFAULT(inode_setsecurity);
2538 if (rc != LSM_RET_DEFAULT(inode_copy_up_xattr))
2542 return LSM_RET_DEFAULT(inode_copy_up_xattr);
3434 int rc = LSM_RET_DEFAULT(task_prctl);
3439 if (thisrc != LSM_RET_DEFAULT(task_prctl)) {
3842 return LSM_RET_DEFAULT(getprocattr);
3867 return LSM_RET_DEFAULT(setprocattr);
3926 if (rc != LSM_RET_DEFAULT(secid_to_secctx))
3930 return LSM_RET_DEFAULT(secid_to_secctx);
4041 if (rc != LSM_RET_DEFAULT(inode_getsecctx))
4045 return LSM_RET_DEFAULT(inode_getsecctx);
4412 if (rc != LSM_RET_DEFAULT(socket_getpeersec_stream))
4415 return LSM_RET_DEFAULT(socket_getpeersec_stream);
4444 if (rc != LSM_RET_DEFAULT(socket_getpeersec_dgram))
4447 return LSM_RET_DEFAULT(socket_getpeersec_dgram);
5004 int rc = LSM_RET_DEFAULT(xfrm_state_pol_flow_match);