Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Daudit.h407 extern int __audit_socketcall(int nargs, unsigned long *args);
450 return __audit_socketcall(nargs, args); in audit_socketcall()
464 return __audit_socketcall(nargs, a); in audit_socketcall_compat()
/linux-6.15/kernel/
H A Dauditsc.c2668 int __audit_socketcall(int nargs, unsigned long *args) in __audit_socketcall() function