Searched refs:socketcall (Results 1 – 3 of 3) sorted by relevance
366 COND_SYSCALL(socketcall);367 COND_SYSCALL_COMPAT(socketcall);
149 } socketcall; member
1275 int nargs = context->socketcall.nargs; in show_special()1279 context->socketcall.args[i]); in show_special()2422 context->socketcall.nargs = nargs; in __audit_socketcall()2423 memcpy(context->socketcall.args, args, nargs * sizeof(unsigned long)); in __audit_socketcall()