Lines Matching refs:__u32
169 #define AUDIT_WORD(nr) ((__u32)((nr)/32))
413 __u32 mask; /* Bit mask for valid entries */
414 __u32 enabled; /* 1 = enabled, 0 = disabled */
415 __u32 failure; /* Failure-to-log action */
416 __u32 pid; /* pid of auditd process */
417 __u32 rate_limit; /* messages rate limit (per second) */
418 __u32 backlog_limit; /* waiting messages limit */
419 __u32 lost; /* messages lost */
420 __u32 backlog; /* messages waiting in queue */
422 __u32 version; /* deprecated: audit api version num */
423 __u32 feature_bitmap; /* bitmap of kernel audit features */
425 __u32 backlog_wait_time;/* message queue wait timeout */
430 __u32 vers;
431 __u32 mask; /* which bits we are dealing with */
432 __u32 features; /* which feature to enable/disable */
433 __u32 lock; /* which features to lock */
444 __u32 enabled; /* 1 = enabled, 0 = disabled */
445 __u32 log_passwd; /* 1 = enabled, 0 = disabled */
455 __u32 flags; /* AUDIT_PER_{TASK,CALL}, AUDIT_PREPEND */
456 __u32 action; /* AUDIT_NEVER, AUDIT_POSSIBLE, AUDIT_ALWAYS */
457 __u32 field_count;
458 __u32 mask[AUDIT_BITMASK_SIZE]; /* syscall(s) affected */
459 __u32 fields[AUDIT_MAX_FIELDS];
460 __u32 values[AUDIT_MAX_FIELDS];
461 __u32 fieldflags[AUDIT_MAX_FIELDS];
462 __u32 buflen; /* total length of string fields */