Searched refs:socketcall (Results 1 – 3 of 3) sorted by relevance
363 COND_SYSCALL(socketcall);364 COND_SYSCALL_COMPAT(socketcall);
149 } socketcall; member
1199 int nargs = context->socketcall.nargs; in show_special()1203 context->socketcall.args[i]); in show_special()2326 context->socketcall.nargs = nargs; in __audit_socketcall()2327 memcpy(context->socketcall.args, args, nargs * sizeof(unsigned long)); in __audit_socketcall()