Searched refs:child_ns_mode (Results 1 – 5 of 5) sorted by relevance
19 enum vsock_net_mode child_ns_mode; member
287 WRITE_ONCE(net->vsock.child_ns_mode, mode); in vsock_net_set_child_mode()296 return READ_ONCE(net->vsock.child_ns_mode); in vsock_net_child_mode()
581 child_ns_mode chapter585 creation, ``ns_mode`` is inherited from the parent's ``child_ns_mode``. The597 The first write to ``child_ns_mode`` locks its value. Subsequent writes of the600 Changing ``child_ns_mode`` only affects namespaces created after the change;604 ``child_ns_mode`` to ``global`` (returns ``-EPERM``).
215 tee /proc/sys/net/vsock/child_ns_mode &>/dev/null218 tee /proc/sys/net/vsock/child_ns_mode &>/dev/null1253 tee /proc/sys/net/vsock/child_ns_mode &>/dev/null; then
2845 net = container_of(table->data, struct net, vsock.child_ns_mode); in vsock_net_child_mode_string()2877 .data = &init_net.vsock.child_ns_mode,2896 table[1].data = &net->vsock.child_ns_mode; in vsock_sysctl_register()2930 net->vsock.child_ns_mode = net->vsock.mode; in vsock_net_init()