Home
last modified time | relevance | path

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

/linux/include/linux/
H A Daudit.h430 extern int __audit_socketcall(int nargs, unsigned long *args);
473 return __audit_socketcall(nargs, args); in audit_socketcall()
487 return __audit_socketcall(nargs, a); in audit_socketcall_compat()
/linux/kernel/
H A Dauditsc.c2638 int __audit_socketcall(int nargs, unsigned long *args) in __audit_socketcall() function