Home
last modified time | relevance | path

Searched refs:__audit_socketcall (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Daudit.h395 extern int __audit_socketcall(int nargs, unsigned long *args);
437 return __audit_socketcall(nargs, args); in audit_socketcall()
451 return __audit_socketcall(nargs, a); in audit_socketcall_compat()
/kernel/linux/linux-6.6/include/linux/
H A Daudit.h406 extern int __audit_socketcall(int nargs, unsigned long *args);
449 return __audit_socketcall(nargs, args); in audit_socketcall()
463 return __audit_socketcall(nargs, a); in audit_socketcall_compat()
/kernel/linux/linux-5.10/kernel/
H A Dauditsc.c2410 * __audit_socketcall - record audit data for sys_socketcall
2415 int __audit_socketcall(int nargs, unsigned long *args) in __audit_socketcall() function
/kernel/linux/linux-6.6/kernel/
H A Dauditsc.c2669 * __audit_socketcall - record audit data for sys_socketcall
2674 int __audit_socketcall(int nargs, unsigned long *args) in __audit_socketcall() function

Completed in 11 milliseconds