Searched defs:latest_notif (Results 1 - 1 of 1) sorted by path

/security/selinux/
H A Davc.c66 u32 latest_notif; /* latest revocation notification */ member in struct:avc_cache
638 if (seqno < avc_cache.latest_notif) {
639 printk(KERN_WARNING "SELinux: avc: seqno %d < latest_notif %d\n",
640 seqno, avc_cache.latest_notif);
644 if (seqno > avc_cache.latest_notif)
645 avc_cache.latest_notif = seqno;
1173 return avc_cache.latest_notif;

Completed in 103 milliseconds