Home
last modified time | relevance | path

Searched refs:delegation (Results 1 – 7 of 7) sorted by relevance

/systemd-251/docs/
DCGROUP_DELEGATION.md82 support for all kinds of per-cgroup BPF magic, supports secure delegation of
147 possible by the concept of delegation, see below). Service units are usually
199 *delegation* is followed. Delegation is a concept we inherited from cgroup v2,
237 instead. If so, delegation is requested for listed controllers
245 Let's stress one thing: delegation is available on scope and service units
248 to them. If we'd allow delegation on slice units then this would mean that
254 for your service code), and turn on delegation for it.
258 where delegation is enabled (and removes it on those cgroups where it is
263 (OK, here's one caveat: if you turn on delegation for a service, and that
266 your service's cgroup. This is necessary because by turning on delegation we
[all …]
/systemd-251/src/systemd/
Dsd-dhcp6-client.h256 int *delegation);
258 int delegation);
/systemd-251/src/libsystemd-network/
Dsd-dhcp6-client.c447 int sd_dhcp6_client_get_prefix_delegation(sd_dhcp6_client *client, int *delegation) { in sd_dhcp6_client_get_prefix_delegation() argument
449 assert_return(delegation, -EINVAL); in sd_dhcp6_client_get_prefix_delegation()
451 *delegation = FLAGS_SET(client->request_ia, DHCP6_REQUEST_IA_PD); in sd_dhcp6_client_get_prefix_delegation()
456 int sd_dhcp6_client_set_prefix_delegation(sd_dhcp6_client *client, int delegation) { in sd_dhcp6_client_set_prefix_delegation() argument
460 SET_FLAG(client->request_ia, DHCP6_REQUEST_IA_PD, delegation); in sd_dhcp6_client_set_prefix_delegation()
/systemd-251/src/network/
Dmeson.build80 'networkd-dhcp-prefix-delegation.c',
81 'networkd-dhcp-prefix-delegation.h',
Dnetworkd-network-gperf.gperf18 #include "networkd-dhcp-prefix-delegation.h"
/systemd-251/
DTODO860 * optionally: turn on cgroup delegation for per-session scope units
DNEWS945 [DHCPPrefixDelegation], as now the prefix delegation is also supported
6056 * New documentation has been added to document cgroups delegation,
6591 * The cgroup delegation logic has been substantially updated. Delegate=