Home
last modified time | relevance | path

Searched refs:bpf_devices_allow_list_static (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dbpf-devices.h21 int bpf_devices_allow_list_static(BPFProgram *prog, const char *path);
Dbpf-devices.c501 int bpf_devices_allow_list_static( in bpf_devices_allow_list_static() function
Dcgroup.c1274 (void) bpf_devices_allow_list_static(prog, path); in cgroup_apply_devices()
/systemd-251/src/test/
Dtest-bpf-devices.c27 r = bpf_devices_allow_list_static(prog, cgroup_path); in test_policy_closed()