Lines Matching refs:LSM_RET_DEFAULT
679 * LSM_RET_DEFAULT(<hook_name>)
684 #define LSM_RET_DEFAULT(NAME) (NAME##_default)
687 static const int LSM_RET_DEFAULT(NAME) = (DEFAULT);
1382 return LSM_RET_DEFAULT(inode_getsecurity);
1388 if (rc != LSM_RET_DEFAULT(inode_getsecurity))
1391 return LSM_RET_DEFAULT(inode_getsecurity);
1400 return LSM_RET_DEFAULT(inode_setsecurity);
1407 if (rc != LSM_RET_DEFAULT(inode_setsecurity))
1410 return LSM_RET_DEFAULT(inode_setsecurity);
1445 if (rc != LSM_RET_DEFAULT(inode_copy_up_xattr))
1449 return LSM_RET_DEFAULT(inode_copy_up_xattr);
1845 int rc = LSM_RET_DEFAULT(task_prctl);
1850 if (thisrc != LSM_RET_DEFAULT(task_prctl)) {
2022 return LSM_RET_DEFAULT(getprocattr);
2035 return LSM_RET_DEFAULT(setprocattr);
2060 if (rc != LSM_RET_DEFAULT(secid_to_secctx))
2064 return LSM_RET_DEFAULT(secid_to_secctx);
2109 if (rc != LSM_RET_DEFAULT(inode_getsecctx))
2113 return LSM_RET_DEFAULT(inode_getsecctx);
2461 int rc = LSM_RET_DEFAULT(xfrm_state_pol_flow_match);