Home
last modified time | relevance | path

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

/linux-5.19.10/security/selinux/ss/
Dconditional.h29 #define COND_NEQ 7 /* bool != bool */ macro
30 #define COND_LAST COND_NEQ
Dconditional.c72 case COND_NEQ: in cond_evaluate_expr()