Searched refs:delegation (Results 1 – 7 of 7) sorted by relevance
/systemd-251/docs/ |
D | CGROUP_DELEGATION.md | 82 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/ |
D | sd-dhcp6-client.h | 256 int *delegation); 258 int delegation);
|
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp6-client.c | 447 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/ |
D | meson.build | 80 'networkd-dhcp-prefix-delegation.c', 81 'networkd-dhcp-prefix-delegation.h',
|
D | networkd-network-gperf.gperf | 18 #include "networkd-dhcp-prefix-delegation.h"
|
/systemd-251/ |
D | TODO | 860 * optionally: turn on cgroup delegation for per-session scope units
|
D | NEWS | 945 [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=
|