Searched refs:socketcall (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystbl.h108 COMPAT_SYS_SPU(socketcall)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c209 } socketcall; member in union:audit_context::__anon18757
295 case 4: /* socketcall */
1232 int nargs = context->socketcall.nargs;
1236 context->socketcall.args[i]);
2293 context->socketcall.nargs = nargs;
2294 memcpy(context->socketcall.args, args, nargs * sizeof(unsigned long));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dsocket.c132 * in the operation structures but are done directly via the socketcall() multiplexor.
2211 SYSCALL_DEFINE2(socketcall, int, call, unsigned long __user *, args)

Completed in 76 milliseconds