ipcget_new — create a new ipc object
int ipcget_new
(struct ipc_namespace * ns, struct ipc_ids * ids, struct ipc_ops * ops, struct ipc_params * params);
namespace
IPC identifer set
the actual creation routine to call
its parameters
This routine is called by sys_msgget, sys_semget and sys_shmget when the key is IPC_PRIVATE.