1IPCGET_NEW(9) Kernel IPC facilities IPCGET_NEW(9)
2
3
4
6 ipcget_new - create a new ipc object
7
9 int ipcget_new(struct ipc_namespace * ns, struct ipc_ids * ids,
10 struct ipc_ops * ops, struct ipc_params * params);
11
13 ns
14 namespace
15
16 ids
17 IPC identifer set
18
19 ops
20 the actual creation routine to call
21
22 params
23 its parameters
24
26 This routine is called by sys_msgget, sys_semget and sys_shmget when
27 the key is IPC_PRIVATE.
28
30Kernel Hackers Manual 2.6. June 2019 IPCGET_NEW(9)