Home
last modified time | relevance | path

Searched refs:AUDITSC_ARGS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Daudit.h143 #define AUDITSC_ARGS 6 macro
443 unsigned long a[AUDITSC_ARGS]; in audit_socketcall_compat()
/kernel/linux/linux-6.6/include/linux/
H A Daudit.h143 #define AUDITSC_ARGS 6 macro
455 unsigned long a[AUDITSC_ARGS]; in audit_socketcall_compat()
/kernel/linux/linux-5.10/net/
H A Dcompat.c426 u32 a[AUDITSC_ARGS]; in COMPAT_SYSCALL_DEFINE2()
H A Dsocket.c2872 unsigned long a[AUDITSC_ARGS]; in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/net/
H A Dcompat.c425 u32 a[AUDITSC_ARGS]; in COMPAT_SYSCALL_DEFINE2()
H A Dsocket.c3054 unsigned long a[AUDITSC_ARGS]; in SYSCALL_DEFINE2()
/kernel/linux/linux-5.10/kernel/
H A Dauditsc.c2411 * @nargs: number of args, which should not be more than AUDITSC_ARGS.
2419 if (nargs <= 0 || nargs > AUDITSC_ARGS || !args) in __audit_socketcall()
/kernel/linux/linux-6.6/kernel/
H A Dauditsc.c2670 * @nargs: number of args, which should not be more than AUDITSC_ARGS.
2678 if (nargs <= 0 || nargs > AUDITSC_ARGS || !args) in __audit_socketcall()

Completed in 23 milliseconds